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
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
cargo test --tests;
|
||||
else;
|
||||
else
|
||||
cargo test --lib;
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue