Travis should have cunit
This commit is contained in:
parent
8c259c0a6b
commit
28ce22b131
@ -1,3 +1,3 @@
|
|||||||
language: C
|
language: C
|
||||||
sudo: enabled
|
sudo: enabled
|
||||||
script: autoreconf -i && ./configure && make && make test
|
script: sudo apt install libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test
|
||||||
|
Loading…
Reference in New Issue
Block a user