updated test config

This commit is contained in:
Jarrod Overson 2012-11-28 15:19:46 -08:00
parent e3e225cdb9
commit 843a391f50
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- 0.8 - 0.8
before_install:
- 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": {
"grunt-lib-phantomjs": "~0.1.0" "grunt-lib-phantomjs": "~0.1.0"
@ -37,7 +37,6 @@
"grunt-contrib-jshint": "~0.1.0", "grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-watch": "~0.1.4", "grunt-contrib-watch": "~0.1.4",
"grunt-lib-phantomjs": "~0.1.0", "grunt-lib-phantomjs": "~0.1.0",
"grunt-cli": "~0.1.0",
"grunt": "~0.4.0a" "grunt": "~0.4.0a"
}, },
"keywords": [ "keywords": [