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 failures on ppc64le
Browse files Browse the repository at this point in the history
travis ppc64le has been very unstable when running
apt-get commands and are not allowing us to run the
job successfully.

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Sep 6, 2019
1 parent f9cfa17 commit 2b78504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ os:
- linux
- linux-ppc64le

matrix:
allow_failures:
- os: linux-ppc64le

language: bash

services:
Expand Down

0 comments on commit 2b78504

Please sign in to comment.