From 4a0d461446d56c6d9889f1bd0cb392a716ee8ed6 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 9 Jul 2018 20:57:09 -0400 Subject: [PATCH] use extensible branch of electrumx --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75f962332..6097e8300 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 --branch packages && popd + - pushd .. && git clone https://github.com/lbryio/electrumx.git --branch extensible && popd - pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd script: tox