Browse Source

Build specific package in CI to fix error in new nightly

timvisee 7 years ago
parent
commit
0b03734650
1 changed files with 2 additions and 2 deletions
  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