Fix typo
This commit is contained in:
parent
b75e30802a
commit
74fc745618
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue