diff --git a/test/scripts/travis.sh b/test/scripts/travis.sh index c08f7e7..0a75aff 100755 --- a/test/scripts/travis.sh +++ b/test/scripts/travis.sh @@ -9,5 +9,7 @@ if [[ ${TRAVIS_RUBY_VERSION} == "2.1" ]]; then else # ruby >= 2.2 bundle exec rake --trace + test_exit_code=$? bundle exec codeclimate-test-reporter + exit $test_exit_code fi