From: Anders Björklund Date: Tue, 12 Jan 2016 21:40:14 +0000 (+0100) Subject: Always run the unit tests during check X-Git-Tag: v3.2.5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbbe87e57edfb7c977c4074d238327ff6bad327d;p=thirdparty%2Fccache.git Always run the unit tests during check --- diff --git a/.travis.yml b/.travis.yml index 8c0412ab7..339726292 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ script: - ./autogen.sh - ./configure - make + - make quicktest - if [ "$CC" = "gcc" ]; then ./test.sh; fi