CI typo fix
This commit is contained in:
parent
67f03391a1
commit
ffa67c8527
|
@ -4,7 +4,7 @@ set -ex
|
||||||
|
|
||||||
echo Testing num-traits on rustc ${TRAVIS_RUST_VERSION}
|
echo Testing num-traits on rustc ${TRAVIS_RUST_VERSION}
|
||||||
|
|
||||||
# num-integer should build and test everywhere.
|
# num-traits should build and test everywhere.
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
cargo test --verbose
|
cargo test --verbose
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue