소스 검색

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