added grunt build step to yml file

This commit is contained in:
Eric Rowell
2013-08-28 23:42:11 -07:00
parent b8ef4ee64b
commit d7044ebd80

View File

@@ -4,4 +4,8 @@ node_js:
- "0.10"
- "0.8"
- "0.6"
script: mocha-phantomjs test/runner.html
before_script:
- npm install
script:
- grunt dev
- mocha-phantomjs test/runner.html