Travis fix
This commit is contained in:
parent
214cf0574d
commit
3da775a7bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
.deps
|
.deps
|
||||||
.dirstamp
|
.dirstamp
|
||||||
.libs
|
.libs
|
||||||
|
ABOUT-NLS
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
build-aux/
|
build-aux/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
language: C
|
language: C
|
||||||
dist: bionic
|
dist: trusty
|
||||||
sudo: enabled
|
sudo: enabled
|
||||||
script: sudo apt install gettext-base libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test
|
script: sudo apt install po4a autopoint gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test
|
||||||
|
Loading…
Reference in New Issue
Block a user