travis-ci: remove s390x build as it fails to be queued by Travis CI

It's been failing for few days. Comment it out for now.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
Andrii Nakryiko
2020-08-09 13:19:59 -07:00
parent 663f66decf
commit bf3ab4b0d8

View File

@@ -97,10 +97,10 @@ jobs:
language: bash
script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1
- name: Ubuntu Bionic Build (s390x)
arch: s390x
language: bash
script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1
# - name: Ubuntu Bionic Build (s390x)
# arch: s390x
# language: bash
# script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1
- name: Ubuntu Bionic Build (ppc64le)
arch: ppc64le