Skip to content

Commit

Permalink
Skip testing deadlock detection on old Rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Dec 15, 2018
1 parent 69f8885 commit ad5dc16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ script:
- cd ..;
- travis-cargo build
- travis-cargo test
- travis-cargo test -- --features=deadlock_detection
- travis-cargo --only stable test -- --features=deadlock_detection
- travis-cargo --only beta test -- --features=deadlock_detection
- travis-cargo --only nightly doc -- --all-features --no-deps -p parking_lot -p parking_lot_core -p lock_api
- cd benchmark
- travis-cargo build
Expand Down

0 comments on commit ad5dc16

Please sign in to comment.