Skip to content

Commit a1905bc

Browse files
chore(coverage): fix code climate coverage reporting (#404)
1 parent 9c6b404 commit a1905bc

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
@@ -22,7 +22,7 @@ jobs:
2222
# NOTICE: Handles code coverage reporting to Code Climate
2323
before_install:
2424
- gem install bundler -v '1.17.3'
25-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
25+
- curl -L $CC_TEST_REPORTER_URL > ./cc-test-reporter
2626
- chmod +x ./cc-test-reporter
2727
after_script:
2828
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)