From 28ce22b131430dbf83f3c923fb66e20f36d47c46 Mon Sep 17 00:00:00 2001 From: Bandie Date: Fri, 11 May 2018 01:48:59 +0200 Subject: [PATCH] Travis should have cunit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e05f48b..46f7699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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