Update .travis.yml
remove bionic gcc PPC (broken at Travis)
This commit is contained in:
parent
a31060be34
commit
6f2b2cbd50
|
@ -44,15 +44,6 @@ matrix:
|
|||
packages:
|
||||
- libcmocka-dev
|
||||
- unzip
|
||||
- name: bionic gcc (PowerPC)
|
||||
arch: ppc64le
|
||||
os: linux
|
||||
dist: bionic
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libcmocka-dev
|
||||
- name: bionic gcc (System Z)
|
||||
arch: s390x
|
||||
os: linux
|
||||
|
|
Loading…
Reference in New Issue