We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8a2f7 commit a5eac1cCopy full SHA for a5eac1c
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '10'
5
- '8'
6
- '6'
7
- '4'
appveyor.yml
@@ -9,6 +9,7 @@ environment:
9
- nodejs_version: "4"
10
- nodejs_version: "6"
11
- nodejs_version: "8"
12
+ - nodejs_version: "10"
13
14
install:
15
- ps: Install-Product node $env:nodejs_version
0 commit comments