fix typo in .travis.yml file

This commit is contained in:
Lex Berezhny 2018-10-15 23:27:35 -04:00
parent 1f45af991f
commit 52edf880e0

View file

@ -20,8 +20,8 @@ jobs:
name: "Unit Tests w/ Python 3.7" name: "Unit Tests w/ Python 3.7"
install: install:
- pip install coverage - pip install coverage
- pip install git+clone https://github.com/lbryio/electrumx.git#lbryumx - pip install git+https://github.com/lbryio/electrumx.git#lbryumx
- pip install git+clone https://github.com/lbryio/orchstr8.git - pip install git+https://github.com/lbryio/orchstr8.git
- pip install git+https://github.com/lbryio/lbryschema.git - pip install git+https://github.com/lbryio/lbryschema.git
- pip install git+https://github.com/lbryio/lbryumx.git - pip install git+https://github.com/lbryio/lbryumx.git
- pip install git+https://github.com/lbryio/torba.git - pip install git+https://github.com/lbryio/torba.git