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 f72d03c commit 26fe190Copy full SHA for 26fe190
.travis.yml
@@ -12,7 +12,7 @@ node_js:
12
- "5.12"
13
- "6.12"
14
- "7.10"
15
- - "8.3"
+ - "8.9"
16
env:
17
global:
18
# Necessary to build Node.js 0.6 on Travis CI images
appveyor.yml
@@ -16,7 +16,7 @@ environment:
- nodejs_version: "5.12"
- nodejs_version: "6.12"
- nodejs_version: "7.10"
19
- - nodejs_version: "8.3"
+ - nodejs_version: "8.9"
20
21
services:
22
- mysql
0 commit comments