travis: don't clone qubes-builder twice

It is already part of the included base config.
This commit is contained in:
Marek Marczykowski-Górecki 2020-06-22 15:52:31 +02:00
parent a230a7236b
commit c4739b7ed0
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -12,7 +12,6 @@ services:
install: install:
- sudo apt-get -y install python3-gi gir1.2-gtk-3.0 - sudo apt-get -y install python3-gi gir1.2-gtk-3.0
- pip3 install --quiet -r ci/requirements.txt - pip3 install --quiet -r ci/requirements.txt
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-core-qrexec ~/qubes-core-qrexec - git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-core-qrexec ~/qubes-core-qrexec
script: script:
- PYTHONPATH=test-packages:~/qubes-core-qrexec pylint qubes - PYTHONPATH=test-packages:~/qubes-core-qrexec pylint qubes