Skip to content

Commit

Permalink
chore: adding codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
jgnagy committed Feb 19, 2021
1 parent b85b196 commit 0bd3ebb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
env:
global:
- CC_TEST_REPORTER_ID=403b284cf8ed6f468a3d861a70b02c6cdec30225dfb435861b19a12cafbef426
language: ruby
cache: bundler
rvm:
- 3.0
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
before_install: gem install bundler -v '~> 2.2'
deploy:
provider: rubygems
Expand Down

0 comments on commit 0bd3ebb

Please sign in to comment.