We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7936e1e commit 5b86ee0Copy full SHA for 5b86ee0
.travis.yml
@@ -69,7 +69,14 @@ matrix:
69
70
# Build the guide.
71
- rust: stable
72
- script: (cd guide && cargo install mdbook --vers "^0.1.0" && mdbook build)
+ cache:
73
+ - cargo
74
+ before_script:
75
+ - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
76
+ - (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.1" mdbook)
77
+ - cargo install-update -a
78
+ script:
79
+ - (cd guide && mdbook build)
80
deploy:
81
provider: pages
82
skip-cleanup: true
0 commit comments