Skip to content

Commit 0f4f934

Browse files
authored
Merge pull request #219 from typed-ember/allow-beta-failures
Allow failures in beta scenarios
2 parents 967c69f + 2e7a2e0 commit 0f4f934

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ env:
2424

2525
matrix:
2626
fast_finish: true
27+
allow_failures:
28+
- env: EMBER_TRY_SCENARIO=typescript-beta
29+
- env: EMBER_TRY_SCENARIO=ember-cli-beta
2730

2831
before_install:
2932
- bash ./is_md_only.sh && MD_ONLY=true && echo "Only .md files have changed!" || test true

0 commit comments

Comments
 (0)