Skip to content

Commit

Permalink
Merge pull request #181 from ehuss/install-upgrade
Browse files Browse the repository at this point in the history
Try cargo install-upgrade for mdbook.
  • Loading branch information
Centril authored Jul 1, 2019
2 parents 8c14198 + b0ce10f commit 30d1578
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: rust
cache: cargo
rust: nightly
before_script:
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/mdbook || cargo install mdbook)
- cargo install-update -a
- cargo install mdbook -Z install-upgrade
- mdbook --version
script:
- mdbook build
Expand Down

0 comments on commit 30d1578

Please sign in to comment.