Merge pull request #433 from fitzgen/update-mdbook

deps: Update mdbook version we use to build the book
master
Nick Fitzgerald 7 years ago committed by GitHub
commit 0bb4fc4352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

@ -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)

Loading…
Cancel
Save