We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18b839 commit 8f810c0Copy full SHA for 8f810c0
1 file changed
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
node_js:
3
- - "4"
+ - "stable"
4
- "6"
5
+ - "8"
6
+ - "10"
7
8
env:
9
- CXX=g++-4.8 WORKER_COUNT=2
0 commit comments