Commit 8990cad

mo <mo.khan@gmail.com>
2018-11-10 04:37:03
publish test coverage to code climate.
1 parent b7a01c9
Changed files (1)
.travis.yml
@@ -1,10 +1,19 @@
 sudo: false
+env:
+  global:
+    - CC_TEST_REPORTER=256cf27053220ac6b8962d6aef566e28753bc58633348ffef9274d3e1a48b31c
 language: ruby
 rvm:
   - 2.2.10
   - 2.3.8
   - 2.4.5
   - 2.5.3
+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
 script:
   - bin/cibuild
   - bin/lint
+after_script:
+  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT