Make gzip an optional feature (default off)

This commit is contained in:
Sean McArthur
2019-09-19 11:11:24 -07:00
parent f4100e4148
commit f71227d968
10 changed files with 289 additions and 195 deletions

View File

@@ -32,6 +32,16 @@ matrix:
- rust: nightly
env: FEATURES="--features cookies"
# optional blocking
#- rust: stable
- rust: nightly
env: FEATURES="--features blocking"
# optional gzip
#- rust: stable
- rust: nightly
env: FEATURES="--features gzip"
# socks
#- rust: stable
#- rust: nightly