From 52846a3b24d55f8dadd8fa41e07697b42101d049 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 14 Jun 2018 00:03:52 -0400 Subject: [PATCH] switch to master branch of orchstr8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a794b4bc1..bdd37d199 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 --branch wip && popd + - pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd script: tox