Skip to content

Commit 6c3a706

Browse files
committed
#51 - update travis yaml for codecov
1 parent 78ae55d commit 6c3a706

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ cache:
66
- ~/.npm
77
notifications:
88
email: false
9-
node_js: '8'
9+
node_js:
10+
- '8'
11+
- '10'
12+
- '12'
1013
install: yarn
11-
script: yarn test
12-
after_success: yarn coveralls
14+
script:
15+
- yarn test
16+
- yarn global add codecov
17+
after_success: codecov
1318
branches:
14-
only: master
19+
only: master

0 commit comments

Comments
 (0)