From a50c8435661ecd97eff7daf581911e16f7d2fb40 Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 31 Oct 2018 23:33:37 +0100 Subject: [PATCH] dialog for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fea6ded..562aca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: C dist: xenial sudo: enabled -script: sudo apt update && sudo apt install -y autopoint po4a gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test +script: sudo apt update && sudo apt install -y autopoint po4a dialog gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test