Skip to content

Commit 6a70638

Browse files
authored
Allow failures on ppc64le (#293)
ppc64le test is flaky at the moment on travis-ci, let's allow failures for now. see #292
1 parent b36992d commit 6a70638

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
os: linux
22
dist: focal
33
language: python
4+
python: "3.8"
5+
arch: arm64-graviton2
46

57
jobs:
68
include:
7-
- python: "3.8"
8-
arch: arm64-graviton2
9+
- arch: arm64-graviton2
910
virt: vm
1011
group: edge
11-
- python: "3.8"
12-
arch: ppc64le
13-
- python: "3.8"
14-
arch: s390x
12+
- arch: ppc64le
13+
- arch: s390x
14+
allow_failures:
15+
- arch: ppc64le
1516

1617
services:
1718
- docker

0 commit comments

Comments
 (0)