We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f585a05 commit d194976Copy full SHA for d194976
.travis.yml
@@ -12,13 +12,10 @@ addons:
12
language: node_js
13
14
node_js:
15
- - "0.10"
16
- - "0.12"
17
- - "3.2"
18
- - "4"
19
- - "5"
20
- "6"
21
- - "7"
+ - "8"
+ - "10"
+ - "11"
22
23
install:
24
- PATH="`npm bin`:`npm bin -g`:$PATH"
appveyor.yml
@@ -6,14 +6,10 @@ environment:
6
MSVS_VERSION: 2013
7
# Test against these versions of Node.js and io.js
8
matrix:
9
- # node.js
10
- - nodejs_version: "0.10"
11
- - nodejs_version: "0.12"
- # io.js
- - nodejs_version: "4"
- - nodejs_version: "5"
- nodejs_version: "6"
- - nodejs_version: "7"
+ - nodejs_version: "8"
+ - nodejs_version: "10"
+ - nodejs_version: "11"
platform:
- x86
0 commit comments