Skip to content

Commit

Permalink
Allow release and beta channels to fail in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Feb 21, 2019
1 parent 01c9d33 commit 619acb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
Expand Down

0 comments on commit 619acb7

Please sign in to comment.