We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9293f89 commit 44c4c6eCopy full SHA for 44c4c6e
.travis.yml
@@ -8,7 +8,7 @@ node_js:
8
- "3.3"
9
- "4.8"
10
- "5.12"
11
- - "6.10"
+ - "6.11"
12
- "7.9"
13
matrix:
14
include:
appveyor.yml
@@ -8,7 +8,7 @@ environment:
- nodejs_version: "3.3"
- nodejs_version: "4.8"
- nodejs_version: "5.12"
- - nodejs_version: "6.10"
+ - nodejs_version: "6.11"
- nodejs_version: "7.9"
cache:
- node_modules
0 commit comments