Explorar el Código

travis.yml: install grunt-cli before running tests

Manfred Kroehnert hace 11 años
padre
commit
87780f7396
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -1,3 +1,5 @@
 language: node_js
 node_js:
-  - 0.8
+  - 0.8
+before_script:
+  - npm install -g grunt-cli