summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 814e54f..168d15b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,3 +5,10 @@ rust:
- nightly
cache:
cargo: true
+script:
+ - cargo build --verbose
+ - cargo test --verbose
+ - cd ipfs-api
+ - cargo build --verbose --features actix --no-default-features
+ - cargo test --verbose --features actix --no-default-features
+ - cd .. \ No newline at end of file