Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit e6a08b6

Browse files
committed
Temporarily use cargo install instead of prebuilt mdbook binaries
1 parent 1f9295c commit e6a08b6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
language: rust
22

3-
before_install:
4-
- curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.3/mdbook-v0.2.3-x86_64-unknown-linux-musl.tar.gz | tar xzf -
5-
- export PATH=$PATH:`pwd`
3+
# before_install:
4+
# - curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.3/mdbook-v0.2.3-x86_64-unknown-linux-musl.tar.gz | tar xzf -
5+
# - export PATH=$PATH:`pwd`
6+
7+
# Temporarily disable using pre-built binaries until
8+
# https://github.com/rust-lang-nursery/mdBook/issues/820 is fixed.
9+
before_script:
10+
- cargo install mdbook --version 0.2.3
611

712
script:
813
- mdbook build
914

15+
1016
deploy:
1117
provider: script
1218
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd book && ../rust_out)

0 commit comments

Comments
 (0)