Skip to content

Commit

Permalink
Merge pull request #433 from fitzgen/update-mdbook
Browse files Browse the repository at this point in the history
deps: Update mdbook version we use to build the book
  • Loading branch information
fitzgen authored Nov 6, 2018
2 parents 400cfba + 4d3c97d commit 0bb4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ matrix:
rust: stable
before_script:
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.1" mdbook)
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.2" mdbook)
- cargo install-update -a
script:
- (cd docs && mdbook build)
Expand Down

0 comments on commit 0bb4fc4

Please sign in to comment.