We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d056566 commit a5831e2Copy full SHA for a5831e2
.travis.yml
@@ -18,6 +18,8 @@ node_js:
18
- "2.5"
19
- "3.2"
20
- "4.1"
21
+ - "5"
22
+ - "6"
23
24
install:
25
- PATH="`npm bin`:`npm bin -g`:$PATH"
appveyor.yml
@@ -14,6 +14,8 @@ environment:
14
- nodejs_version: "2.5"
15
- nodejs_version: "3.2"
16
- nodejs_version: "4.1"
17
+ - nodejs_version: "5"
+ - nodejs_version: "6"
platform:
- x86
0 commit comments