Explorar o código

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

JC Brand %!s(int64=12) %!d(string=hai) anos
pai
achega
39a0788d54
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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