Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 940746d

Browse files
committed
Fix reporting to coveralls
commit 22ebf99 Author: Michael Kühnel <[email protected]> Date: Mon Nov 21 23:17:14 2016 +0100 Replace yarn run with npm run commit d57f4fd Author: Michael Kühnel <[email protected]> Date: Mon Nov 21 23:14:24 2016 +0100 Fix reporting to coveralls
1 parent 745131a commit 940746d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ cache:
88
yarn: true
99
directories:
1010
- node_modules
11+
after_success:
12+
- npm run coveralls

0 commit comments

Comments
 (0)