Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 19, 2019
1 parent c49ae3e commit e958443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ script:
- travis-cargo --only beta test -- --features=deadlock_detection
- if [ "${TRAVIS_RUST_VERSION}" = "nightly" ]; then
rustup target add x86_64-fortanix-unknown-sgx --toolchain nightly;
cargo test --target x86_64-fortanix-unknown-sgx;
fi
- travis-cargo --only nightly test --target x86_64-fortanix-unknown-sgx
- 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 e958443

Please sign in to comment.