Skip to content

Commit

Permalink
Allow musl build failure, blocked on travis-ci/apt-package-safelist#369
Browse files Browse the repository at this point in the history
… [appveyor skip]
  • Loading branch information
tilpner committed Mar 17, 2016
1 parent 435db78 commit ecfde33
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ matrix:
env: TARGET=x86_64-apple-darwin CHANNEL=stable
- os: linux
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=stable
- os: linux
env: TARGET=x86_64-unknown-linux-musl CHANNEL=stable
# Beta channel
- os: linux
env: TARGET=arm-unknown-linux-gnueabihf CHANNEL=beta
Expand All @@ -55,8 +53,6 @@ matrix:
env: TARGET=x86_64-apple-darwin CHANNEL=beta
- os: linux
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=beta
- os: linux
env: TARGET=x86_64-unknown-linux-musl CHANNEL=beta
# Nightly channel
- os: linux
env: TARGET=arm-unknown-linux-gnueabihf CHANNEL=nightly
Expand All @@ -75,9 +71,15 @@ matrix:
env: TARGET=x86_64-apple-darwin CHANNEL=nightly
- os: linux
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=nightly

allow_failures:
- os: linux
env: TARGET=x86_64-unknown-linux-musl CHANNEL=stable
- os: linux
env: TARGET=x86_64-unknown-linux-musl CHANNEL=beta
- os: linux
env: TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
allow_failures:

# NOTE This target appears to be broken on Rust 1.7.0
# TODO You may want to remove this entry by the time Rust 1.8.0 is out
- os: linux
Expand Down

0 comments on commit ecfde33

Please sign in to comment.