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

This commit is contained in:
Estevão Soares dos Santos 2015-05-16 00:32:00 +01:00
parent 307c919584
commit 56f5fc40b4

View File

@ -6,3 +6,10 @@ 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
cache:
directories:
- node_modules