From 565b095a8dc3434faa0a95fadda069ac8fe30e15 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 10 Jul 2018 21:17:07 -0400 Subject: [PATCH] have to keep using old electrumx until we upgrade everywhere --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e8cbd914..cc452243a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: install: - pip install tox-travis coverage - - pushd .. && git clone https://github.com/lbryio/electrumx.git && popd + - pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd - pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd script: tox