summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2019-02-15 10:57:16 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2019-02-15 10:57:16 -0500
commit9808b3dc6b7e837a47e2c1c56b6d64a8df03646b (patch)
tree615324d06456eda4224dfabf864ed6c7886a546d /.travis.yml
parent0cd34b196863325132e54bc8f36b196659baeb17 (diff)
add hyper as dev-dependency to work around travis issues with actix feature
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 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