We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86afbb4 commit 32ad788Copy full SHA for 32ad788
.travis.yml
@@ -1,9 +1,6 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- - "5"
5
- "6"
6
- - "7"
7
# Note: docker-candidacy.sh chooses 8 as the version to run Docker builds.
8
# That's pretty arbitrary, but I had to pick something. When you remove this
9
# from the build matrix, be sure to adjust that script too.
package.json
@@ -126,7 +126,7 @@
126
],
127
"license": "Apache-2.0",
128
"engines": {
129
- "node": ">=4 <=8",
+ "node": ">=6 <=9",
130
"npm": ">=2"
131
},
132
"greenkeeper": {
0 commit comments