Skip to content

Commit 055e689

Browse files
1 parent 8171974 commit 055e689

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: node_js
33
# https://github.com/nodejs/Release
44
node_js:
55
- '10'
6-
- '9'
76
- '8'
87
- '6'
98

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mocha": "--check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
1919
},
2020
"engines": {
21-
"node": "6.x || 8.x || 9.x || >= 10.x"
21+
"node": "6.x || 8.x || >= 10.x"
2222
},
2323
"scripts": {
2424
"watch": "babel-node ./resources/watch.js",

0 commit comments

Comments
 (0)