Skip to content

Commit 183e15f

Browse files
committed
cargo install mdbook can fail if mdbook is cached
1 parent 6c3dcda commit 183e15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22
sudo: false
33
rust: nightly
44
cache: cargo
5-
install: cargo install mdbook
5+
install: cargo install mdbook || true
66
script: bash -c "cd reference && mdbook build && mdbook test"
77
env:
88
RUSTINFRA_DEPLOY_DIR: reference/book

0 commit comments

Comments
 (0)