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 027754c commit 7ecbff0Copy full SHA for 7ecbff0
.travis.yml
@@ -14,7 +14,7 @@ node_js:
14
- "7.10"
15
- "8.13"
16
- "9.11"
17
- - "10.11"
+ - "10.13"
18
env:
19
global:
20
# Necessary to build Node.js 0.6 on Travis CI images
appveyor.yml
@@ -19,7 +19,7 @@ environment:
- nodejs_version: "7.10"
- nodejs_version: "8.13"
21
- nodejs_version: "9.11"
22
- - nodejs_version: "10.11"
+ - nodejs_version: "10.13"
23
24
services:
25
- mysql
0 commit comments