浏览代码

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