updated yml file

This commit is contained in:
Eric Rowell 2013-08-28 23:38:24 -07:00
parent fcb3826154
commit b8ef4ee64b
2 changed files with 5 additions and 2 deletions

View File

@ -3,4 +3,5 @@ node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "0.6"
script: mocha-phantomjs test/runner.html

View File

@ -10,7 +10,9 @@
"grunt-replace": "~0.4.4",
"grunt-contrib-clean": "~0.4.1",
"mocha": "~1.12.0",
"chai": "~1.7.2"
"chai": "~1.7.2",
"phantomjs": "~1.9.1-8",
"mocha-phantomjs": "~3.1.2"
},
"readmeFilename": "README.md",
"main": "Gruntfile.js",