Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
ci: travis: allow ppc64le failures
Browse files Browse the repository at this point in the history
ppc64le job on travis is being very unstable.
Allow failures on this job

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Oct 4, 2019
1 parent c3abd51 commit 80855a8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ sudo: required
dist: xenial

language: go

os:
- linux
- linux-ppc64le
- linux
- linux-ppc64le

matrix:
allow_failures:
- os: linux-ppc64le

go_import_path: github.com/kata-containers/runtime

env:
Expand Down

0 comments on commit 80855a8

Please sign in to comment.