install grunt-cli before running npm install on travis

This commit is contained in:
Spencer Alger 2014-06-19 09:56:46 -07:00
parent ae6e163bfe
commit a4111d070e
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.10"
before_script:
- "npm install -g grunt-cli"

View file

@ -10,7 +10,7 @@
"connect": "~2.19.5",
"event-stream": "~3.1.5",
"expect.js": "~0.2.0",
"grunt": "~0.4.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-copy": "~0.5.0",