Merge pull request #276 from steveklabnik/gh158

Remove allow-failure on MUSL
This commit is contained in:
Mathieu David 2017-05-16 20:40:37 +02:00 committed by GitHub
commit d636ca45e8
1 changed files with 0 additions and 9 deletions

View File

@ -57,15 +57,6 @@ matrix:
- os: linux - os: linux
env: TARGET=x86_64-unknown-linux-musl CHANNEL=nightly env: TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
# Musl builds fail due to a bug in Rust (https://github.com/azerupi/mdBook/issues/158)
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
install: install:
- export PATH="$PATH:$HOME/.cargo/bin" - export PATH="$PATH:$HOME/.cargo/bin"
- bash ci/install.sh - bash ci/install.sh