We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8171974 commit 055e689Copy full SHA for 055e689
.travis.yml
@@ -3,7 +3,6 @@ language: node_js
3
# https://github.com/nodejs/Release
4
node_js:
5
- '10'
6
- - '9'
7
- '8'
8
- '6'
9
package.json
@@ -18,7 +18,7 @@
18
"mocha": "--check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
19
},
20
"engines": {
21
- "node": "6.x || 8.x || 9.x || >= 10.x"
+ "node": "6.x || 8.x || >= 10.x"
22
23
"scripts": {
24
"watch": "babel-node ./resources/watch.js",
0 commit comments