Skip to content

Commit 3bcbcef

Browse files
committed
use node 6/8 on travis, update engines
1 parent 46770e4 commit 3bcbcef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
language: node_js
33
node_js:
4-
- "4"
4+
- 6
5+
- 8
56
sudo: required
67
dist: trusty
78

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": "https://github.com/percy/ember-percy",
1818
"engines": {
19-
"node": ">= 0.12.0"
19+
"node": "^4.5 || 6.* || >= 7.*"
2020
},
2121
"author": "Perceptual Inc.",
2222
"license": "MIT",

0 commit comments

Comments
 (0)