Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update Node versions in Travis config #1126

Merged
merged 1 commit into from Jan 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,10 @@ language: node_js
addons:
sauce_connect: true
node_js:
- 4 # to be removed 2018-04-01
- 4 # to be removed 2018-04-30
- 6 # to be removed 2019-04-01
- 7 # to be removed 2017-06-30
- 8 # to be removed 2019-12-31
- 9 # to be removed 2018-06-30
- lts/* # safety net; don't remove
- node # safety net; don't remove

Expand Down