From 5db792e99c7ab90f4fd51ef6bb3f848d81a3db75 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 10 Jul 2018 21:09:49 -0400 Subject: [PATCH] .travis.yml: electrumx master now contains the extensibility feature --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6097e8300..9e8cbd914 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 extensible && popd + - pushd .. && git clone https://github.com/lbryio/electrumx.git && popd - pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd script: tox