Allow coveralls:push rake task to fail

This commit is contained in:
Josh Hagins 2016-01-04 17:47:02 -05:00
parent 0c548100fd
commit 0bdaa4a906
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ enter_build_step
header 'Running script.sh...'
run bundle exec rake test:coverage
run bundle exec rake coveralls:push
run bundle exec rake coveralls:push || true # in case of networking errors
run bundle exec rake rubocop
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then