This commit is contained in:
Jon Gjengset 2018-11-22 19:08:05 -05:00
parent b75e30802a
commit 74fc745618
No known key found for this signature in database
GPG key ID: D64AC9D67176DC71

View file

@ -31,7 +31,7 @@ script:
- cargo test --doc - cargo test --doc
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cargo test --tests; cargo test --tests;
else; else
cargo test --lib; cargo test --lib;
fi fi