We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49ae3e commit e958443Copy full SHA for e958443
.travis.yml
@@ -24,8 +24,8 @@ script:
24
- travis-cargo --only beta test -- --features=deadlock_detection
25
- if [ "${TRAVIS_RUST_VERSION}" = "nightly" ]; then
26
rustup target add x86_64-fortanix-unknown-sgx --toolchain nightly;
27
+ cargo test --target x86_64-fortanix-unknown-sgx;
28
fi
-- travis-cargo --only nightly test --target x86_64-fortanix-unknown-sgx
29
- travis-cargo --only nightly doc -- --all-features --no-deps -p parking_lot -p parking_lot_core -p lock_api
30
- cd benchmark
31
- travis-cargo build
0 commit comments