浏览代码

Build specific package in CI to fix error in new nightly

timvisee 7 年之前
父节点
当前提交
0b03734650
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -17,8 +17,8 @@ script:
 - cargo build --verbose --all
 
   # Other feature combinations 
-- cargo build --no-default-features --verbose --all
-- cargo build --features no-color --verbose --all
+- cargo build --package ffsend --no-default-features --verbose --all
+- cargo build --package ffsend --features no-color --verbose --all
 
   # Tests
 - cargo test --verbose --all