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 44c4c6e commit 52cb604Copy full SHA for 52cb604
.travis.yml
@@ -9,7 +9,7 @@ node_js:
9
- "4.8"
10
- "5.12"
11
- "6.11"
12
- - "7.9"
+ - "7.10"
13
matrix:
14
include:
15
- node_js: "8.0"
appveyor.yml
@@ -9,7 +9,7 @@ environment:
- nodejs_version: "4.8"
- nodejs_version: "5.12"
- nodejs_version: "6.11"
- - nodejs_version: "7.9"
+ - nodejs_version: "7.10"
cache:
- node_modules
install:
0 commit comments