Skip to content

Commit 6383380

Browse files
committed
Run tests on node 10. Drop support for node 4.0
1 parent 2eccaad commit 6383380

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
22

3-
# https://github.com/nodejs/LTS
3+
# https://github.com/nodejs/Release
44
node_js:
5+
- '10'
56
- '9'
67
- '8'
78
- '6'
8-
- '4'
99

1010
git:
1111
depth: 5

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"options": {
1818
"mocha": "--check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
1919
},
20+
"engines": {
21+
"node": "6.x || 8.x || >= 9.x"
22+
},
2023
"scripts": {
2124
"watch": "babel-node ./resources/watch.js",
2225
"test": "npm run lint && npm run check && npm run testonly",

0 commit comments

Comments
 (0)