From a8b9174781bd408fb3f55196fd4bd8da5464a940 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 26 Apr 2016 08:30:47 -0500 Subject: [PATCH] ci: gate on the i686-unknown-linux-musl target cc #8 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 707c5ad..9d29fe5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,14 @@ matrix: apt: packages: *armhf - env: TARGET=i686-unknown-linux-musl - - env: TARGET=i686-unknown-linux-gnu addons: apt: - packages: + packages: &i686 - gcc-multilib + - env: TARGET=i686-unknown-linux-gnu + addons: + apt: + packages: *i686 - env: TARGET=mipsel-unknown-linux-musl - env: TARGET=x86_64-unknown-linux-musl - env: TARGET=x86_64-pc-windows-gnu @@ -36,9 +39,6 @@ matrix: apt: packages: - gcc-mingw-w64 - allow_failures: - # libstd for this target is not available yet - - env: TARGET=i686-unknown-linux-musl install: - export PATH="$PATH:$HOME/.cargo/bin"