Skip to content

Commit

Permalink
fix codeclimate-test-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 9, 2020
1 parent 28a9b90 commit fe321dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ before_script:
- mkdir -p tmp/pids
- mkdir -p log
- bundle exec rake db:setup RAILS_ENV=test
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build

script:
- bundle exec rspec spec
- bundle exec codeclimate-test-reporter

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

after_success:
- set -e
Expand Down

0 comments on commit fe321dd

Please sign in to comment.