Skip to content

Commit

Permalink
Configure travis to post code coverage to codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Apr 29, 2017
1 parent 6641b04 commit 19a8ba4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
env:
CODECLIMATE_REPO_TOKEN: 37aee70bb2e818f3bf4d2af88ea4a4355393901ba98b3876c244d42ed20fdbe1
- 2.3
addons:
code_climate:
repo_token: 37aee70bb2e818f3bf4d2af88ea4a4355393901ba98b3876c244d42ed20fdbe1
after_success:
- bundle exec codeclimate-test-reporter

0 comments on commit 19a8ba4

Please sign in to comment.