فهرست منبع

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