Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Drop Node 4, 5, and 7
- Loading branch information
Showing
with
1 addition
and
4 deletions.
-
+0
−3
.travis.yml
-
+1
−1
package.json
|
|
@@ -1,9 +1,6 @@ |
|
|
language: node_js |
|
|
node_js: |
|
|
- "4" |
|
|
- "5" |
|
|
- "6" |
|
|
- "7" |
|
|
# Note: docker-candidacy.sh chooses 8 as the version to run Docker builds. |
|
|
# That's pretty arbitrary, but I had to pick something. When you remove this |
|
|
# from the build matrix, be sure to adjust that script too. |
|
|
|
@@ -126,7 +126,7 @@ |
|
|
], |
|
|
"license": "Apache-2.0", |
|
|
"engines": { |
|
|
"node": ">=4 <=8", |
|
|
"node": ">=6 <=9", |
|
|
"npm": ">=2" |
|
|
}, |
|
|
"greenkeeper": { |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.