Use grunt for travis exec

This commit is contained in:
kpdecker
2013-08-25 12:51:34 -05:00
parent da3788384b
commit b773a7608d
+14 -2
View File
@@ -1,5 +1,17 @@
---
after_success: bundle exec rake publish
language: node_js
node_js:
- "0.8"
- "0.10"
before_script:
- npm install -g grunt-cli
script:
- grunt
after_success:
- grunt publish
email:
on_failure: change
on_success: never