Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6414bb + bb99329 commit 5e179c6Copy full SHA for 5e179c6
.travis.yml
@@ -9,7 +9,8 @@ cache:
9
10
node_js:
11
- "6"
12
- - "7"
+ - "8"
13
+ - "node"
14
15
before_script:
16
- git config --global user.email "[email protected]"
appveyor.yml
@@ -9,7 +9,7 @@ environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- - nodejs_version: "9"
+ - nodejs_version: "10"
fast_finish: true
0 commit comments