gettext-base?

This commit is contained in:
Bandie 2018-09-30 18:14:12 +02:00
parent 2c68c31df5
commit 214cf0574d
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: C
dist: bionic
sudo: enabled
script: sudo apt install autopoint gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test
script: sudo apt install gettext-base libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test