From b85d56ee3b1c658cb433295cdd233e897473fbe2 Mon Sep 17 00:00:00 2001 From: Bandie Date: Mon, 29 Oct 2018 21:08:18 +0100 Subject: [PATCH] -y and autopoint (again) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0318dc..fea6ded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: C dist: xenial sudo: enabled -script: sudo apt update && sudo apt install po4a gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test +script: sudo apt update && sudo apt install -y autopoint po4a gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test