Skip to content

Commit

Permalink
Actually fail the build if rake test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jun 9, 2017
1 parent 70ec715 commit 9a28849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ if [ "$RUN_IN_DOCKER" == '1' ]; then
bundle exec rake "docker:run[$*]"
else
bundle exec rake test $*
echo bundle exec rake test $*
fi

0 comments on commit 9a28849

Please sign in to comment.