Skip to content

Commit

Permalink
Travis CI: delete allow_failures for arm64 job from template
Browse files Browse the repository at this point in the history
PR #10540 deleted `allow_failures` from `.travis.yml` but not from
`.travis.yml.tmpl`. This leads to `allow_failures` being added again
when running `make update-travis-go-version`.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed Mar 20, 2020
1 parent 84dd81c commit 5a643fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ arch:
- amd64
- arm64

jobs:
allow_failures:
- arch: arm64

if: branch = master OR type = pull_request

addons:
Expand Down

0 comments on commit 5a643fe

Please sign in to comment.