We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d702e commit 699eb40Copy full SHA for 699eb40
.travis.yml
@@ -16,7 +16,7 @@ cache:
16
before_script:
17
# TODO: Installing mdbook from crates.io takes quite a long time. This could
18
# be reduced by downloading the release from GitHub directly.
19
- - mdbook -V || cargo install mdbook --vers '^0.3.0'
+ - mdbook -V || cargo install mdbook --vers '=0.3.1'
20
script:
21
- mdbook build
22
- cp website_config.json book/
0 commit comments