ci: travis: allow ppc64le failures

ppc64le job on travis is being very unstable.
Allow failures on this job

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2019-10-04 12:33:31 -05:00
parent c3abd51a5b
commit 80855a8ed4

View File

@ -9,9 +9,15 @@ sudo: required
dist: xenial dist: xenial
language: go language: go
os: os:
- linux - linux
- linux-ppc64le - linux-ppc64le
matrix:
allow_failures:
- os: linux-ppc64le
go_import_path: github.com/kata-containers/runtime go_import_path: github.com/kata-containers/runtime
env: env: