We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b89cc3 commit 2dc97c3Copy full SHA for 2dc97c3
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
node_js:
3
+ - "12"
4
+ - "11"
5
- "10"
6
- "8"
- - "6"
- - "6.1"
7
after_success:
8
- bash <(curl -s https://codecov.io/bash)
9
0 commit comments