Skip to content

Commit

Permalink
chore: fix db-spec.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 23, 2018
1 parent 0c79440 commit ae8c4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/db-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ bundle exec appraisal install
set +e
bundle exec rake
rake_exit_code=$?
if [[ $rake_exit_code -ne 0 && -n "$TRAVIS" ]]; then
if [ $rake_exit_code -ne 0 ] && [ -n "$TRAVIS" ]; then
cat log/pact_broker.log
fi

0 comments on commit ae8c4a2

Please sign in to comment.