We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6b404 commit a1905bcCopy full SHA for a1905bc
.travis.yml
@@ -22,7 +22,7 @@ jobs:
22
# NOTICE: Handles code coverage reporting to Code Climate
23
before_install:
24
- gem install bundler -v '1.17.3'
25
- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
+ - curl -L $CC_TEST_REPORTER_URL > ./cc-test-reporter
26
- chmod +x ./cc-test-reporter
27
after_script:
28
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
0 commit comments