Browse Source

Fix node.js version. bower must be run after install

JC Brand 12 years ago
parent
commit
39a0788d54
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 node_js:
- - "0.10.13"
-before_install:
+ - "0.10"
+before_script:
  - "./node_modules/.bin/bower update"
 script: grunt test