We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b2621 commit 6d3951eCopy full SHA for 6d3951e
.travis.yml
@@ -55,10 +55,6 @@ env:
55
openssl
56
zlib1g-dev
57
- gcc-11 --version
58
- - &arm64-linux
59
- name: arm64-linux
60
- arch: arm64
61
- <<: *gcc-11
62
- &ppc64le-linux
63
name: ppc64le-linux
64
arch: ppc64le
@@ -75,12 +71,9 @@ env:
75
71
76
72
matrix:
77
73
include:
78
- - <<: *arm64-linux
79
74
- <<: *ppc64le-linux
80
- <<: *s390x-linux
81
allow_failures:
82
- # The arm64 is very slow to start the jobs.
83
- - name: arm64-linux
84
- name: ppc64le-linux
85
- name: s390x-linux
86
fast_finish: true
0 commit comments