Merge pull request #298 from sudodoki/fix_travis_builds

update npm test task
This commit is contained in:
Olly Smith 2013-11-09 10:19:15 -08:00
commit 6e5d68fc99

View file

@ -25,7 +25,7 @@
"grunt-contrib-watch": "~0.5.3"
},
"scripts": {
"test": "grunt coffee mocha"
"test": "grunt concat coffee mocha"
},
"engines": {
"node": ">=0.8 <0.11"