travis yaml parse error fix

This commit is contained in:
Lex Berezhny 2018-07-28 23:02:12 -04:00
parent 2a42bda0a0
commit 420ba43d5a

View file

@ -25,8 +25,7 @@ jobs:
- <<: *unit-tests
python: "3.6"
- &integration-tests
stage: integration tests
- stage: integration tests
install:
- pip install tox-travis
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd