We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced5316 commit 0e0e0c6Copy full SHA for 0e0e0c6
.travis.yml
@@ -69,3 +69,7 @@ jobs:
69
if: (branch = master OR tag IS present) AND type = push
70
env: NAME=deploy
71
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