Skip to content

Commit e958443

Browse files
committed
fix
1 parent c49ae3e commit e958443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ script:
2424
- travis-cargo --only beta test -- --features=deadlock_detection
2525
- if [ "${TRAVIS_RUST_VERSION}" = "nightly" ]; then
2626
rustup target add x86_64-fortanix-unknown-sgx --toolchain nightly;
27+
cargo test --target x86_64-fortanix-unknown-sgx;
2728
fi
28-
- travis-cargo --only nightly test --target x86_64-fortanix-unknown-sgx
2929
- travis-cargo --only nightly doc -- --all-features --no-deps -p parking_lot -p parking_lot_core -p lock_api
3030
- cd benchmark
3131
- travis-cargo build

0 commit comments

Comments
 (0)