ci: avoid tzdata dialog, part 2

This commit is contained in:
Fred Barclay 2019-09-21 11:28:52 -05:00
parent ccfc67f58e
commit 315038a548

View file

@ -17,7 +17,7 @@ ci_code_tests:
image: ubuntu:rolling
before_script:
- apt-get update -qq
- apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot
- DEBIAN_FRONTEND=noninteractive apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot
- ./configure --enable-fatal-warnings --prefix=/usr && make && make install
script:
- make test-travis