Explorar o código

travis.yml: install grunt-cli before running tests

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
87780f7396
Modificáronse 1 ficheiros con 3 adicións e 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