Skip to content

Commit 30d1578

Browse files
authored
Merge pull request #181 from ehuss/install-upgrade
Try cargo install-upgrade for mdbook.
2 parents 8c14198 + b0ce10f commit 30d1578

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
@@ -2,9 +2,7 @@ language: rust
22
cache: cargo
33
rust: nightly
44
before_script:
5-
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
6-
- (test -x $HOME/.cargo/bin/mdbook || cargo install mdbook)
7-
- cargo install-update -a
5+
- cargo install mdbook -Z install-upgrade
86
- mdbook --version
97
script:
108
- mdbook build

0 commit comments

Comments
 (0)