Skip to content

Commit

Permalink
Temporarily allow failures in beta
Browse files Browse the repository at this point in the history
`ember-concurrency` does not work with the current Ember beta, and it is used by `ember-addon-docs`. Until something like machty/ember-concurrency#277 makes `ember-concurrency` work again, or emberjs/ember.js#17649 is released to the beta channel to remove the breaking change, we need to allow failures in beta :(
  • Loading branch information
Ben Demboski committed Feb 26, 2019
1 parent 43231f9 commit 3d201ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,10 @@ jobs:
fail_fast: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
# Until https://github.com/machty/ember-concurrency/pull/277 lands, or
# https://github.com/emberjs/ember.js/pull/17649 is released to the beta
# channel
- env: EMBER_TRY_SCENARIO=ember-beta

include:
# runs linting and tests with current locked deps
Expand Down

0 comments on commit 3d201ac

Please sign in to comment.