Skip to content

Commit 06dd4fe

Browse files
committed
Dropping test support for node 4 and 6 and adding node 8, 10, 12 and stable
1 parent 5c35c78 commit 06dd4fe

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "6"
3+
- "stable"
4+
- "12"
5+
- "10"
6+
- "8"
57

68
env:
79
- CXX=g++-4.8 WORKER_COUNT=2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/ember-fastboot/fastboot-app-server.git"
1212
},
1313
"engines": {
14-
"node": "^4.5 || 6.* || >= 7.*"
14+
"node": "8.* || 10.* || >= 12.*"
1515
},
1616
"keywords": [
1717
"ember",

0 commit comments

Comments
 (0)