Skip to content

Commit bdaac61

Browse files
😒 chore(deps): Use new codeclimate reporter.
1 parent a9bf9a4 commit bdaac61

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ node_js:
66
install:
77
- npm install
88

9+
before_script:
10+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
11+
- chmod +x ./cc-test-reporter
12+
- ./cc-test-reporter before-build
13+
914
script:
1015
- npm run cover
1116

17+
after_script:
18+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
19+
1220
after_success:
1321
- bash <(curl -s https://codecov.io/bash) || true
1422
- coveralls < coverage/lcov.info || true
15-
- codeclimate-test-reporter < coverage/lcov.info || true

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@babel/preset-env": "7.9.5",
3838
"@babel/register": "7.9.0",
3939
"ava": "3.7.1",
40-
"codeclimate-test-reporter": "0.5.1",
4140
"coveralls": "3.0.11",
4241
"esdoc": "1.1.0",
4342
"nyc": "15.0.1"

0 commit comments

Comments
 (0)