Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3952e0a

Browse filesBrowse files
⚙️ ci: Upgrade travis config.
1 parent d98bedb commit 3952e0a
Copy full SHA for 3952e0a

File tree

1 file changed

+8
-1
lines changed
Filter options

1 file changed

+8
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+8-1Lines 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.