Update .travis.yml

Co-Authored-By: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
Niko Matsakis 2019-09-24 06:22:30 -04:00 committed by GitHub
parent 725696a096
commit 1767837688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ matrix:
- rust: nightly
before_install:
- cargo install mdbook --version '0.3.1' --debug --force
- cargo install mdbook-linkcheck --vers '0.4.0' --debug --force
- cargo install mdbook-linkcheck --version '0.4.0' --debug --force
script:
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --tests --all