From 3e7d737e73bf4e88a5520acc4f001077911a2798 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 13 Mar 2019 14:39:02 -0700 Subject: [PATCH] update travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ab5264b..e41800b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ script: cd actix-service && cargo test && cd .. cd actix-server && cargo test --all-features -- --nocapture && cd .. cd actix-rt && cargo test && cd .. - cd actix-connector && cargo test && cd .. + cd actix-connect && cargo test && cd .. cd actix-utils && cargo test && cd .. cd router && cargo test && cd .. fi @@ -49,7 +49,7 @@ script: echo "Uploaded code coverage" cd actix-service && cargo tarpaulin --out Xml && bash <(curl -s https://codecov.io/bash) && cd .. cd actix-rt && cargo tarpaulin --out Xml && bash <(curl -s https://codecov.io/bash) && cd .. - cd actix-connector && cargo tarpaulin --out Xml && bash <(curl -s https://codecov.io/bash) && cd .. + cd actix-connect && cargo tarpaulin --out Xml && bash <(curl -s https://codecov.io/bash) && cd .. cd actix-codec && cargo tarpaulin --out Xml && bash <(curl -s https://codecov.io/bash) && cd .. cd actix-server && cargo tarpaulin --out Xml && bash <(curl -s https://codecov.io/bash) && cd .. cd actix-utils && cargo tarpaulin --out Xml && bash <(curl -s https://codecov.io/bash) && cd ..