From ffa67c8527ef38145780c13a7594e0901706665c Mon Sep 17 00:00:00 2001 From: Toshiki Teramura Date: Thu, 1 Feb 2018 11:56:13 -0800 Subject: [PATCH] CI typo fix --- ci/test_full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_full.sh b/ci/test_full.sh index 1c09079..c86c178 100755 --- a/ci/test_full.sh +++ b/ci/test_full.sh @@ -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