Avoid progressbars in travis
This commit is contained in:
parent
52a131b2d8
commit
a039884230
@ -4,7 +4,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
install:
|
install:
|
||||||
- pip install -r ci/requirements.txt
|
- pip install --quiet -r ci/requirements.txt
|
||||||
- git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
- git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
||||||
# debootstrap in trusty is old...
|
# debootstrap in trusty is old...
|
||||||
before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
|
before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
|
||||||
|
Loading…
Reference in New Issue
Block a user