Skip to content

Commit 02c5c97

Browse files
committed
(Travis-ci): Allow failure in musl builds rust-lang#158
1 parent 5350d62 commit 02c5c97

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ matrix:
2626
packages:
2727
- nodejs
2828
- npm
29-
- os: linux
30-
env: TARGET=x86_64-unknown-linux-musl CHANNEL=stable
3129
# Beta channel
3230
- os: osx
3331
env: TARGET=i686-apple-darwin CHANNEL=beta
@@ -40,8 +38,6 @@ matrix:
4038
env: TARGET=x86_64-apple-darwin CHANNEL=beta
4139
- os: linux
4240
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=beta
43-
- os: linux
44-
env: TARGET=x86_64-unknown-linux-musl CHANNEL=beta
4541
# Nightly channel
4642
- os: osx
4743
env: TARGET=i686-apple-darwin CHANNEL=nightly
@@ -54,6 +50,13 @@ matrix:
5450
env: TARGET=x86_64-apple-darwin CHANNEL=nightly
5551
- os: linux
5652
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=nightly
53+
54+
# Musl builds fail due to a bug in Rust (https://github.com/azerupi/mdBook/issues/158)
55+
allow_failures:
56+
- os: linux
57+
env: TARGET=x86_64-unknown-linux-musl CHANNEL=stable
58+
- os: linux
59+
env: TARGET=x86_64-unknown-linux-musl CHANNEL=beta
5760
- os: linux
5861
env: TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
5962

0 commit comments

Comments
 (0)