Skip to content

Commit 9eac97d

Browse files
committed
Adjusts supported node versions and drops testing on Node 11 which is not yet supported.
1 parent ce082e0 commit 9eac97d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ node_js:
55
- "8"
66
- "9"
77
- "10"
8-
- "11"
98
env:
109
- SUITE=lint
1110
- SUITE=unit

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"url": "https://github.com/newrelic/node-newrelic-mysql/issues"
2626
},
2727
"homepage": "https://github.com/newrelic/node-newrelic-mysql#readme",
28+
"engines": {
29+
"node": ">=6.0.0 <11.0.0"
30+
},
2831
"devDependencies": {
2932
"@newrelic/test-utilities": "^3.0.0",
3033
"async": "^2.6.1",

0 commit comments

Comments
 (0)