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 7f19120 commit a136b4bCopy full SHA for a136b4b
.travis.yml
@@ -10,7 +10,8 @@ before_install:
10
- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md
11
install:
12
- source ~/.cargo/env || true
13
-- bash -x ci/install.sh
+- cargo install mdbook --version 0.3.4
14
+- cargo install mdbook-linkcheck --version 0.5.0
15
script:
16
- mdbook build
17
notifications:
ci/install.sh
0 commit comments