Skip to content

Commit

Permalink
[BUGFIX #147] add node 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed May 31, 2017
1 parent 65038c7 commit 6eb7285
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 260 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,17 @@ node_js:
- "4"
- "6"
- "7"
- "8"

sudo: false

cache:
yarn: true

matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

sudo: false

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -11,6 +11,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

cache:
- '%APPDATA%\npm-cache'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -52,8 +52,8 @@
"co": "^4.6.0",
"common-tags": "^1.4.0",
"console-ui": "^1.0.2",
"core-object": "^3.1.0",
"ember-cli": "2.13.1",
"core-object": "^3.1.3",
"ember-cli": "2.13.2",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.4.3",
Expand All @@ -69,7 +69,7 @@
"resolve": "^1.3.3"
},
"engines": {
"node": "=> 4"
"node": ">= 4"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit 6eb7285

Please sign in to comment.