Install all npm deps when building

This commit is contained in:
slackersoft 2014-07-29 13:24:30 -07:00
parent 898b9ce227
commit 7f07e7b90e
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ script: bash travis-script.sh
language: ruby
cache: bundler
rvm: 1.9.3
before_install: npm install -g grunt-cli
before_install: npm install
env:
global:
- USE_SAUCE=true

View File

@ -13,6 +13,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "0.4.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.1.1",
"grunt-shell": "~0.2.1"
}