summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-01-18 22:24:44 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2021-01-18 22:24:44 -0500
commit0743586b736d6b517f61e7dc525201eddb8d42f7 (patch)
tree15587b41ad143aa48648d2c75d0cae7cb61c2e68
parentf8826be86fed99e01d7d27e8625a954fba74befe (diff)
update travis script to use new feature flags
-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