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 e593f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ build_script:

test_script:
- travis-cargo test
- travis-cargo test -- --features=deadlock_detection
- travis-cargo --only nightly test -- --features=deadlock_detection
- travis-cargo doc

0 comments on commit e593f10

Please sign in to comment.