Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Commit 18047b8

Browse files
committed
Allow unstable dependencies to fail builds
1 parent dd86a62 commit 18047b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ env:
1818
matrix:
1919
fast_finish: true
2020
allow_failures:
21+
- env: EMBER_TRY_SCENARIO=ember-release
22+
- env: EMBER_TRY_SCENARIO=ember-beta
2123
- env: EMBER_TRY_SCENARIO=ember-canary
2224

2325
before_install:

0 commit comments

Comments
 (0)