Skip to content

Commit

Permalink
ci: gate on the i686-unknown-linux-musl target
Browse files Browse the repository at this point in the history
cc #8
  • Loading branch information
Jorge Aparicio committed Apr 26, 2016
1 parent 5e262bf commit a8b9174
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit a8b9174

Please sign in to comment.