From f0ecf5875299c20f5d5499e2996b52c240d2d700 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 13 Jun 2018 21:01:48 -0400 Subject: [PATCH] use wip branch of orchstr8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdd37d199..a794b4bc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,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/orchstr8.git && popd + - pushd .. && git clone https://github.com/lbryio/orchstr8.git --branch wip && popd script: tox