Run all grunt commands as one

This commit is contained in:
kpdecker
2013-08-25 14:28:19 -05:00
parent c03b2f4dfa
commit bf99516e55
+1 -5
View File
@@ -7,11 +7,7 @@ before_script:
- npm install -g grunt-cli
script:
- grunt
after_success:
- grunt publish
- grunt metrics
- grunt build metrics publish
email:
on_failure: change