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