From 3502b0dab74f3ce4eaa00e0beba78d09b3d10c30 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sat, 11 Jul 2020 14:12:27 -0400 Subject: test building with builder feature flag --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a166d9f..927c955 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,6 @@ script: - 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 -- cgit v1.2.3