travis: don't clone qubes-builder twice
It is already part of the included base config.
This commit is contained in:
parent
a230a7236b
commit
c4739b7ed0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user