We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1896c commit 760782cCopy full SHA for 760782c
.travis.yml
@@ -2,7 +2,8 @@ sudo: false
2
language: node_js
3
matrix:
4
include:
5
- - node_js: '6'
+ - node_js: '8'
6
+ - node_js: '10'
7
+
8
after_success:
- - cat ./coverage/coverage.json | ./node_modules/.bin/adana -F adana-format-istanbul > ./coverage/istanbul.json
- - bash <(curl -s https://codecov.io/bash) -f ./coverage/istanbul.json
9
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments