Skip to content

Commit 42938a3

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Use latest patch release of mdBook and linkcheck
1 parent 4150ebb commit 42938a3

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
@@ -11,8 +11,8 @@ before_install:
1111
- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md
1212
install:
1313
- source ~/.cargo/env || true
14-
- cargo install mdbook --version 0.4.3
15-
- cargo install mdbook-linkcheck --version 0.7.0
14+
- cargo install mdbook --version '^0.4.3'
15+
- cargo install mdbook-linkcheck --version '^0.7.0'
1616
script:
1717
- git checkout -b ci
1818
- git rebase origin/master

0 commit comments

Comments
 (0)