From 5e97215eaa97a7acfee60b24b2e15747138f1e46 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 27 Apr 2019 14:36:43 -0400 Subject: [PATCH] integration tests should clone sqltrie torba branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/