Skip to content

Commit d636ca4

Browse files
authored
Merge pull request #276 from steveklabnik/gh158
Remove allow-failure on MUSL
2 parents 74e75d2 + 832ef44 commit d636ca4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,6 @@ matrix:
5757
- os: linux
5858
env: TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
5959

60-
# Musl builds fail due to a bug in Rust (https://github.com/azerupi/mdBook/issues/158)
61-
allow_failures:
62-
- os: linux
63-
env: TARGET=x86_64-unknown-linux-musl CHANNEL=stable
64-
- os: linux
65-
env: TARGET=x86_64-unknown-linux-musl CHANNEL=beta
66-
- os: linux
67-
env: TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
68-
6960
install:
7061
- export PATH="$PATH:$HOME/.cargo/bin"
7162
- bash ci/install.sh

0 commit comments

Comments
 (0)