We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77190b2 commit 7bd3d00Copy full SHA for 7bd3d00
1 file changed
.travis.yml
@@ -2,10 +2,9 @@ language: node_js
2
sudo: false
3
4
node_js:
5
- - "0.10"
6
- - "0.12"
7
- - "4"
8
- - "6"
+ - "10"
+ - "12"
+ - "14"
9
10
after_success:
11
- npm run coverage
0 commit comments