浏览代码

CI typo fix

Toshiki Teramura 7 年之前
父节点
当前提交
ffa67c8527
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ci/test_full.sh

+ 1 - 1
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