From 0743586b736d6b517f61e7dc525201eddb8d42f7 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Mon, 18 Jan 2021 22:24:44 -0500 Subject: update travis script to use new feature flags --- .travis.yml | 9 ++++----- 1 file 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 -- cgit v1.2.3