diff --git a/.travis.yml b/.travis.yml index 8533b531d..1bc8ac4c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: - name: "Integration Tests" install: - pip install tox-travis coverage - - pushd .. && git clone https://github.com/lbryio/torba.git && popd + - pushd .. && git clone --single-branch --branch sqltrie https://github.com/lbryio/torba.git && popd script: tox after_success: - coverage combine tests/