force build failure if anything goes wrong

This commit is contained in:
slackersoft 2014-08-08 12:50:17 -07:00
parent 35ffa0d72c
commit 06af24b239

View File

@ -11,6 +11,7 @@ then
fi
fi
set -e
grunt jshint
bundle exec rake jasmine:ci
JASMINE_CONFIG_PATH=spec/support/jasmine_combined.yml bundle exec rake jasmine:ci