Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit 363f535

Browse files
committed
Add PKG="examples/hacker_news_pwa" to the list of packages that are allowed to fail on travis.
This package depends on pageloader, which is not updated to the latest pkg:build. PiperOrigin-RevId: 216267252
1 parent 847ddb3 commit 363f535

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ stages:
4040
#- deploying
4141

4242
jobs:
43-
# Both of these packages have external dependencies that will not always
43+
# All of these packages have external dependencies that will not always
4444
# pass at MASTER/HEAD for our mono repository. It's OK for these to fail and
4545
# not block the build.
4646
#
4747
# See https://github.com/dart-lang/angular/issues/1114.
4848
allow_failures:
49+
- env: PKG="examples/hacker_news_pwa"
4950
- env: PKG="examples/github_issues"
5051
- env: PKG="examples/registration_form"
5152

dev/tool/travis/prefix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ stages:
4040
#- deploying
4141

4242
jobs:
43-
# Both of these packages have external dependencies that will not always
43+
# All of these packages have external dependencies that will not always
4444
# pass at MASTER/HEAD for our mono repository. It's OK for these to fail and
4545
# not block the build.
4646
#
4747
# See https://github.com/dart-lang/angular/issues/1114.
4848
allow_failures:
49+
- env: PKG="examples/hacker_news_pwa"
4950
- env: PKG="examples/github_issues"
5051
- env: PKG="examples/registration_form"
5152

0 commit comments

Comments
 (0)