travis: Force non-interactive environment

This commit is contained in:
Hylke Bons 2019-05-25 11:18:00 +01:00 committed by GitHub
parent 7ae9219fc7
commit cf446c00f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install -y \
automake \