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

Commit

Permalink
Add PKG="examples/hacker_news_pwa" to the list of packages that are a…
Browse files Browse the repository at this point in the history
…llowed to fail on travis.

This package depends on pageloader, which is not updated to the latest pkg:build.

PiperOrigin-RevId: 216267252
  • Loading branch information
alorenzen committed Oct 8, 2018
1 parent 847ddb3 commit 363f535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ stages:
#- deploying

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

Expand Down
3 changes: 2 additions & 1 deletion dev/tool/travis/prefix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ stages:
#- deploying

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

Expand Down

0 comments on commit 363f535

Please sign in to comment.