Skip to content

Commit 0e0e0c6

Browse files
committed
Allow canary and beta to fail builds
1 parent ced5316 commit 0e0e0c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ jobs:
6969
if: (branch = master OR tag IS present) AND type = push
7070
env: NAME=deploy
7171
script: node_modules/.bin/ember deploy production
72+
73+
allow_failures:
74+
- env: EMBER_TRY_SCENARIO=ember-beta
75+
- env: EMBER_TRY_SCENARIO=ember-canary

0 commit comments

Comments
 (0)