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 9692db8 commit 7be71d4Copy full SHA for 7be71d4
.travis.yml
@@ -20,7 +20,7 @@ jobs:
20
# NOTICE: Handles code coverage reporting to Code Climate
21
before_install:
22
- docker-compose up -d
23
- - 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
24
- chmod +x ./cc-test-reporter
25
after_script:
26
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
0 commit comments