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.
1 parent 0ec2451 commit 062c629Copy full SHA for 062c629
.travis.yml
@@ -14,7 +14,7 @@ node_js:
14
- "7.10"
15
- "8.12"
16
- "9.11"
17
- - "10.8"
+ - "10.11"
18
env:
19
global:
20
# Necessary to build Node.js 0.6 on Travis CI images
appveyor.yml
@@ -18,7 +18,7 @@ environment:
- nodejs_version: "7.10"
- nodejs_version: "8.12"
- nodejs_version: "9.11"
21
- - nodejs_version: "10.8"
+ - nodejs_version: "10.11"
22
23
services:
24
- mysql
0 commit comments