Skip to content

Commit

Permalink
Merge pull request #148 from babel/node-8
Browse files Browse the repository at this point in the history
[BUGFIX #147] add node 8 support
  • Loading branch information
stefanpenner committed May 31, 2017
2 parents 65038c7 + 79a33cf commit 603667a
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 254 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ node_js:
- "4"
- "6"
- "7"
- "8"

sudo: false

Expand All @@ -14,6 +15,7 @@ matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
- node_js: "8"

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
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
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -39,7 +39,7 @@
"babel-plugin-debug-macros": "^0.1.7",
"babel-plugin-transform-es2015-modules-amd": "^6.24.0",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.2.0",
"babel-preset-env": "1.3.3",
"broccoli-babel-transpiler": "^6.0.0",
"broccoli-funnel": "^1.0.0",
"broccoli-source": "^1.1.0",
Expand All @@ -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 603667a

Please sign in to comment.