Skip to content

Commit 8b0ae94

Browse files
committed
Fix after_script with push to coveralls
1 parent 89008cb commit 8b0ae94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ node_js:
55
- "8"
66
- "stable"
77

8-
after_script: "npm install coveralls@3 && npm run coverage | coveralls"
8+
after_script:
9+
- npm install coveralls@3
10+
- coveralls < coverage/lcov.info

0 commit comments

Comments
 (0)