install grunt-cli globally with travis for testing

This commit is contained in:
Tyler Kellen 2012-12-04 16:06:32 -06:00
parent 77b6ec4d5d
commit fb9337ad16
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -25,7 +25,7 @@
"node": ">= 0.8.0" "node": ">= 0.8.0"
}, },
"scripts": { "scripts": {
"test": "./node_modules/.bin/grunt test" "test": "grunt test"
}, },
"dependencies": { "dependencies": {
"underscore": "~1.3.3", "underscore": "~1.3.3",