Skip to content

Commit

Permalink
TST: Really allow s390x to fail on Travis CI (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Mar 17, 2021
1 parent 3979224 commit ce0c5ab
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
arch:
- ppc64le
- s390x
- arm64
os: linux
dist: focal
language: python
python: "3.8"

allow_failures:
- s390x
matrix:
include:
- arch: ppc64le
- arch: s390x
- arch: arm64
allow_failures:
- arch: s390x

branches:
only:
Expand Down

0 comments on commit ce0c5ab

Please sign in to comment.