Skip to content

Commit

Permalink
Setup CodeClimate
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Mar 26, 2019
1 parent 85128c3 commit 6b6f708
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ env:
- "RAILS_VERSION=5.0.7.1"
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- CC_TEST_REPORTER_ID=e52010675d2774ee408c14c0de08c143d0749e59beb6dd729254d1b3ea94c7b1
before_script:
- 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
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit 6b6f708

Please sign in to comment.