aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-11-30 01:52:05 +0100
committerPeter Wu <peter@lekensteyn.nl>2018-11-30 01:12:56 +0000
commit2f79bf42b6a0e5a869f79f159a82b4fac3e654c1 (patch)
tree525af55d1bc4c8f1e841164ff95553ae0ac4a490 /.travis.yml
parent6f2ca9635941ab6922db566a9a7a33e86227ead6 (diff)
travis: increase verbosity with apt logging
Show the packages that are about to be installed. Change-Id: Ifef21ae852075c5eb672bc0ca7b360f5b438283a Reviewed-on: https://code.wireshark.org/review/30841 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f2ecf67cb..cb89a6a5ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,7 +78,7 @@ before_install:
# macos
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./tools/macos-setup-brew.sh; fi
# linux
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ./tools/debian-setup.sh --install-optional -qq; fi
+ - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ./tools/debian-setup.sh --install-optional -q; fi
- sudo gem install asciidoctor --no-ri --no-rdoc
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y python3-pip; fi
- sudo pip3 install pytest pytest-xdist