Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Drop unsupported Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Mar 12, 2018
1 parent 5be2e94 commit 1d5735f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: false
language: node_js
node_js:
- "7"
- "9"
- "8"
- "6"
- "5"
- "4"
- "0.12"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "SAP SE",
"license": "Apache-2.0",
"engines": {
"node": ">= 0.12.0"
"node": ">= 4"
},
"dependencies": {
"async": "^2.6.0",
Expand Down

0 comments on commit 1d5735f

Please sign in to comment.