Skip to content

Commit

Permalink
CI: Report code coverage only once
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 16, 2017
1 parent 333644d commit c4a082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ sudo: true
before_install:
- gem install codeclimate-test-reporter
script: bundle exec rake test
after_script: codeclimate-test-reporter
after_script: '[ "${TRAVIS_RUBY_VERSION}" = "2.4" ] && codeclimate-test-reporter'

0 comments on commit c4a082f

Please sign in to comment.