Make dns-sd opt in rather than opt out.

This commit is contained in:
Paul Lietar 2016-01-20 13:35:02 +00:00
parent ac0d597e75
commit cf2e9bb7c3
2 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,9 @@ rust:
addons: addons:
apt: apt:
packages: packages:
- protobuf-compiler
- libprotoc-dev - libprotoc-dev
- portaudio19-dev - portaudio19-dev
script: script:
- cargo build --no-default-features --verbose - cargo build --verbose
- cargo test --no-default-features --verbose - cargo test --verbose

View file

@ -49,4 +49,5 @@ git = "https://github.com/mvdnes/portaudio-rs"
vergen = "~0.1.0" vergen = "~0.1.0"
[features] [features]
default = ["dns-sd"] discovery = ["dns-sd"]