From 879ae5cc72a065b1484db626e63733d902877a81 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 4 May 2019 23:55:07 -0400 Subject: [PATCH] .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8aa713b84..04e54d787 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: - name: "Integration Tests" install: - pip install tox-travis coverage - - pushd .. && git clone --single-branch --branch sqltrie https://github.com/lbryio/torba.git && git branch && popd + - pushd .. && git clone --single-branch --branch sqltrie https://github.com/lbryio/torba.git && pushd torba && git branch && popd && popd script: tox after_success: - coverage combine tests/