summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 927c955..58cdf96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,7 @@ rust:
script:
- cargo build --verbose
- cargo test --verbose
- - cd ipfs-api; cargo build --verbose --features actix --no-default-features
- - cd ipfs-api; cargo test --verbose --features actix --no-default-features
- - cd ipfs-api; cargo build --verbose --features builder
- - cd ipfs-api; cargo test --verbose --features builder
- - cd ipfs-api; cargo test --verbose --features actix builder --no-default-features
+ - cd ipfs-api; cargo build --verbose --features with-actix --no-default-features
+ - cd ipfs-api; cargo test --verbose --features with-actix --no-default-features
+ - cd ipfs-api; cargo build --verbose --features with-hyper-rustls --no-default-features
+ - cd ipfs-api; cargo test --verbose --features with-hyper-rustls --no-default-features