Skip to content

Commit

Permalink
Drop Node 6 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 7, 2019
1 parent 9a8856b commit 527a659
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"

branches:
only:
Expand All @@ -13,9 +14,6 @@ branches:
env:
- CXX=g++-4.8 WORKER_COUNT=2

sudo: false
dist: trusty

addons:
apt:
sources:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"rsvp": "^4.8.3"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 527a659

Please sign in to comment.