summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--ipfs-api/Cargo.toml1
2 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 168d15b..939f49a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,5 @@ cache:
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
+ - cargo build -p ipfs-api --verbose --features actix --no-default-features
+ - cargo test -p ipfs-api --verbose --features actix --no-default-features
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index c75ad20..be56b84 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -40,5 +40,6 @@ multiaddr = "0.3.1"
[dev-dependencies]
actix-multipart-rfc7578 = "0.1"
actix-web = "0.7"
+hyper = "0.12"
tokio-timer = "0.2"
tar = "0.4"