Skip to content

Commit

Permalink
allow node 8 to fail until ember-cli is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed May 31, 2017
1 parent 5b52b66 commit 79a33cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Expand Up @@ -15,16 +15,7 @@ matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

sudo: false

cache:
yarn: true

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
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -11,7 +11,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
# - nodejs_version: "8"

cache:
- '%APPDATA%\npm-cache'
Expand Down

0 comments on commit 79a33cf

Please sign in to comment.