Skip to content

Commit e74070c

Browse files
author
Arjan Singh
committed
Remove Node 0.12 Support
1 parent 6d2b0ae commit e74070c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_js:
33
- "stable"
44
- "5"
55
- "4"
6-
- "0.12"
76

87
env:
98
- CXX=g++-4.8 WORKER_COUNT=2

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"type": "git",
1212
"url": "git+https://github.com/ember-fastboot/fastboot-app-server.git"
1313
},
14+
"engines": {
15+
"node": ">= 4.0.0"
16+
},
1417
"keywords": [
1518
"ember",
1619
"fastboot",

0 commit comments

Comments
 (0)