.travis.yml in pact_broker-2.4.0 vs .travis.yml in pact_broker-2.4.1
- old
+ new
@@ -22,7 +22,7 @@
- mysql -e 'CREATE DATABASE pact_broker;'
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
script:
- bundle exec rake
- - if [ "$DATABASE_ADAPTER" == "postgres" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
+ - if [ "$DATABASE_ADAPTER" == "postgres" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT || true; fi
- bundle exec bundle-audit update && bundle exec bundle-audit