Travis should have cunit

This commit is contained in:
Bandie 2018-05-11 01:48:59 +02:00
parent 8c259c0a6b
commit 28ce22b131
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
language: C
sudo: enabled
script: autoreconf -i && ./configure && make && make test
script: sudo apt install libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test