Skip to content

Commit 760782c

Browse files
update travis
1 parent 6b1896c commit 760782c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sudo: false
22
language: node_js
33
matrix:
44
include:
5-
- node_js: '6'
5+
- node_js: '8'
6+
- node_js: '10'
7+
68
after_success:
7-
- cat ./coverage/coverage.json | ./node_modules/.bin/adana -F adana-format-istanbul > ./coverage/istanbul.json
8-
- bash <(curl -s https://codecov.io/bash) -f ./coverage/istanbul.json
9+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)