Parcourir la source

chore(.travis.yml): fix for running tests with grunt

Estevão Soares dos Santos il y a 10 ans
Parent
commit
ba8f34a245
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -6,6 +6,7 @@ node_js:
 before_install:
   - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
   - npm install -g npm@latest
+  - npm install -g grunt-cli
 
 #travis build  speed up
 sudo: false