install grunt-cli globally with travis for testing

format
Tyler Kellen 12 years ago
parent 77b6ec4d5d
commit fb9337ad16

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

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

Loading…
Cancel
Save