Merge pull request #53 from cmrd-senya/travis-exit-code
Fix CI script false positive return code
This commit is contained in:
commit
639a0ef705
1 changed files with 2 additions and 0 deletions
|
|
@ -9,5 +9,7 @@ if [[ ${TRAVIS_RUBY_VERSION} == "2.1" ]]; then
|
||||||
else
|
else
|
||||||
# ruby >= 2.2
|
# ruby >= 2.2
|
||||||
bundle exec rake --trace
|
bundle exec rake --trace
|
||||||
|
test_exit_code=$?
|
||||||
bundle exec codeclimate-test-reporter
|
bundle exec codeclimate-test-reporter
|
||||||
|
exit $test_exit_code
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue