Install all npm deps when building
This commit is contained in:
parent
898b9ce227
commit
7f07e7b90e
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user