ci: avoid tzdata dialog

This commit is contained in:
Fred Barclay 2019-09-21 11:14:53 -05:00
parent c6e100782d
commit ccfc67f58e

View file

@ -17,7 +17,7 @@ ci_code_tests:
image: ubuntu:rolling
before_script:
- apt-get update -qq
- apt-get -y install expect csh xzdec lintian fakeroot
- 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