summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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