mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
Update .travis.yml
Co-Authored-By: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
parent
725696a096
commit
1767837688
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue