updated test config
This commit is contained in:
parent
e3e225cdb9
commit
843a391f50
@ -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
|
||||||
|
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user