Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 638d79d

Browse filesBrowse files
committed
Support Node.js 8.x
1 parent 3f4ee77 commit 638d79d
Copy full SHA for 638d79d

File tree

Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ node_js:
1212
- "5.12"
1313
- "6.11"
1414
- "7.10"
15+
- "8.1"
1516
env:
1617
global:
1718
# Necessary to build Node.js 0.6 on Travis CI images
@@ -45,6 +46,9 @@ cache:
4546
- node_modules
4647

4748
before_install:
49+
# Skip updating shrinkwrap / lock
50+
- "npm config set shrinkwrap false"
51+
4852
# Setup Node.js version-specific dependencies
4953
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev nyc"
5054
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev nyc"

‎Changes.md

Copy file name to clipboardExpand all lines: Changes.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ you spot any mistakes.
88

99
* Add `sql` property to query `Error` objects #1462 #1628 #1629
1010
* Add `sqlMessage` property to `Error` objects #1714
11+
* Support Node.js 8.x
1112
* Update `bignumber.js` to 4.0.2
1213
* Update `readable-stream` to 2.2.9
1314
* Use `safe-buffer` for improved Buffer API

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ environment:
1616
- nodejs_version: "5.12"
1717
- nodejs_version: "6.11"
1818
- nodejs_version: "7.10"
19+
- nodejs_version: "8.1"
1920

2021
services:
2122
- mysql

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.