From 4bdebbf4d1d1edb839eba860b013e3fdb870f66e Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Sat, 9 Feb 2019 14:34:00 -0600 Subject: Add actix feature for using actix-web --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3