Add no-color compiler feature

This commit is contained in:
timvisee 2018-03-28 00:29:40 +02:00
parent ae3bf27d0e
commit affa6e65d2
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
2 changed files with 2 additions and 0 deletions

View file

@ -15,5 +15,6 @@ addons:
script:
- cargo build --verbose --all
- cargo build --no-default-features --verbose --all
- cargo build --features no-color --verbose --all
- cargo test --verbose --all
- cargo doc

View file

@ -10,6 +10,7 @@ name = "ffsend"
[features]
default = ["clipboard"]
no-color = ["colored/no-color"]
[dependencies]
clap = "2.31"