Browse Source

travis.yml: install grunt-cli before running tests

Manfred Kroehnert 11 years ago
parent
commit
87780f7396
1 changed files with 3 additions and 1 deletions
  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