Remove allow-failure on MUSL

This should work now.

Fixes #158
This commit is contained in:
steveklabnik 2017-05-16 13:06:08 -04:00
parent 74e75d2cfb
commit 832ef446dd
1 changed files with 0 additions and 9 deletions

View File

@ -57,15 +57,6 @@ matrix:
- os: linux
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:
- export PATH="$PATH:$HOME/.cargo/bin"
- bash ci/install.sh