Skip to content

Commit 9b2e5a5

Browse files
Looks like the latest mdbook release isn't compatible with japaric/trust, build from source
1 parent b500c2f commit 9b2e5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ before_script:
1313
- |
1414
(travis_wait rustup component add rustfmt-preview || true) &&
1515
(travis_wait rustup component add clippy-preview || true)
16-
# install mdbook on nightly builds for the user guide
17-
- curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git rust-lang-nursery/mdBook --force
16+
# install mdbook for the user guide
17+
- cargo install --debug mdbook
1818

1919
script:
2020
- |

0 commit comments

Comments
 (0)