Skip to content

Commit

Permalink
Allow canary and beta failures in release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 29, 2018
1 parent b889423 commit dd8726e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,9 @@ stages:

jobs:
fail_fast: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary

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

0 comments on commit dd8726e

Please sign in to comment.