Allow x86_64-unknown-linux-gnu to fail (use x86_64-unknown-linux-musl or build yourself if you need a gcc build)
Diff
.travis.yml | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
@@ -17,13 +17,7 @@
include:
- env: TARGET=arm-unknown-linux-gnueabi
- env: TARGET=x86_64-unknown-linux-gnu CC=gcc-7
addons:
apt:
packages:
- gcc-7
sources:
- ubuntu-toolchain-r-test
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl
@@ -36,6 +30,9 @@
- env: TARGET=x86_64-pc-windows-gnu
allow_failures:
- env: TARGET=x86_64-unknown-linux-gnu
before_install:
- set -e