Browse Source

CI typo fix

Toshiki Teramura 7 năm trước cách đây
mục cha
commit
ffa67c8527
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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