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 8ffcdda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- PROJECT_NAME=ilc

matrix:
fast_finish: true
include:
# Stable channel
- os: linux
Expand Down Expand Up @@ -37,6 +38,7 @@ matrix:
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 @@ -57,6 +59,7 @@ matrix:
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 @@ -77,11 +80,18 @@ matrix:
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=nightly
- 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
env: TARGET=arm-unknown-linux-gnueabihf CHANNEL=stable
- 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

install:
- export PATH="$PATH:~/multirust/bin"
Expand Down

0 comments on commit 8ffcdda

Please sign in to comment.