Skip to content

Commit 6e6591f

Browse files
authored
Merge pull request #20 from ehuss/update-mdbook
Update mdbook
2 parents af9ac8c + 9c77f80 commit 6e6591f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ rust:
1313
- stable
1414

1515
before_script:
16-
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
17-
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
18-
- cargo install-update -a
16+
- cargo install --vers "^0.4.5" mdbook
1917

2018
script:
2119
- mdbook build && mdbook test

0 commit comments

Comments
 (0)