Explorar el Código

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

JC Brand hace 12 años
padre
commit
39a0788d54
Se han modificado 1 ficheros con 2 adiciones y 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