Skip to content

Commit 7be71d4

Browse files
chore(coverage): fix code climate coverage reporting (#472)
1 parent 9692db8 commit 7be71d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# NOTICE: Handles code coverage reporting to Code Climate
2121
before_install:
2222
- docker-compose up -d
23-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
23+
- curl -L $CC_TEST_REPORTER_URL > ./cc-test-reporter
2424
- chmod +x ./cc-test-reporter
2525
after_script:
2626
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)