We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4446327 commit 529f347Copy full SHA for 529f347
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
sudo: false
3
node_js:
4
+ - "9"
5
- "8"
6
- "6"
- - "4"
appveyor.yml
@@ -1,8 +1,8 @@
environment:
matrix:
+ - nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- - nodejs_version: "4"
7
platform:
8
- x64
@@ -17,5 +17,5 @@ test_script:
17
18
19
fast_finish: true
20
-
+
21
build: off
0 commit comments