Allow s390x to fail - segfault

This commit is contained in:
gnzlbg 2019-07-05 18:11:30 +02:00
parent 9d58c0c14f
commit c3ddd564c9

View File

@ -236,6 +236,7 @@ matrix:
- name: "Semver MacOSX"
- env: TARGET=wasm32-wasi
- env: TARGET=powerpc-unknown-linux-gnu
- env: TARGET=s390x-unknown-linux-gnu
install: travis_retry rustup target add $TARGET