瀏覽代碼

Avoid progressbars in travis

Wojtek Porczyk 8 年之前
父節點
當前提交
a039884230
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ language: python
 python:
   - '2.7'
 install:
-  - pip install -r ci/requirements.txt
+  - pip install --quiet -r ci/requirements.txt
   - git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
 # debootstrap in trusty is old...
 before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch