소스 검색

Also build without default features on CI

timvisee 7 년 전
부모
커밋
cdd907338b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -14,5 +14,6 @@ addons:
 # Main build
 script:
 - cargo build --verbose --all
+- cargo build --no-default-features --verbose --all
 - cargo test --verbose --all
 - cargo doc