From d6fa8ad7b05d304ef7eed3e64c059a67f2604fbc Mon Sep 17 00:00:00 2001 From: Jordan Johnson-Doyle Date: Fri, 15 Feb 2019 20:38:58 +0000 Subject: [PATCH] Allow x86_64-unknown-linux-gnu to fail (use x86_64-unknown-linux-musl or build yourself if you need a gcc build) --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4acbb8f..5daab15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,13 +17,7 @@ matrix: include: # Linux - 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 # OSX @@ -37,6 +31,9 @@ matrix: # Windows - env: TARGET=x86_64-pc-windows-gnu + allow_failures: + - env: TARGET=x86_64-unknown-linux-gnu + before_install: - set -e - rustup self update -- libgit2 1.7.2