Sfoglia il codice sorgente

travis.yml: install grunt-cli before running tests

Manfred Kroehnert 11 anni fa
parent
commit
87780f7396
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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