CI typo fix

This commit is contained in:
Toshiki Teramura 2018-02-01 11:56:13 -08:00 committed by Josh Stone
parent 67f03391a1
commit ffa67c8527
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -ex
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 test --verbose