summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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