npm test script.

This commit is contained in:
Olly Smith 2013-03-14 21:35:25 +00:00
parent 8107d8d396
commit cb854c0086
2 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,3 @@ node_js:
before_script:
- "npm install -g grunt"
- "npm install"
script:
- "grunt coffee mocha"

View File

@ -18,5 +18,8 @@
"grunt-coffee": "~> 0.0.6",
"grunt-mocha": "~> 0.1.7",
"grunt-contrib-less": "~> 0.3.2"
},
"scripts": {
"test": "grunt coffee mocha"
}
}