summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSameer Puri <sameer@users.noreply.github.com>2019-02-09 14:34:00 -0600
committerSameer Puri <sameer@users.noreply.github.com>2019-02-13 18:29:04 -0600
commit4bdebbf4d1d1edb839eba860b013e3fdb870f66e (patch)
tree965a5a80b387c0eb719ca568a96a729d9d3f2ade /.travis.yml
parentf125fdbde329095419630e02ebf33d2c73aeced7 (diff)
Add actix feature for using actix-web
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