Add no-color compiler feature
This commit is contained in:
parent
ae3bf27d0e
commit
affa6e65d2
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -10,6 +10,7 @@ name = "ffsend"
|
|||
|
||||
[features]
|
||||
default = ["clipboard"]
|
||||
no-color = ["colored/no-color"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.31"
|
||||
|
|
Loading…
Add table
Reference in a new issue