From dbbe87e57edfb7c977c4074d238327ff6bad327d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Anders=20Bj=C3=B6rklund?= Date: Tue, 12 Jan 2016 22:40:14 +0100 Subject: [PATCH] Always run the unit tests during check --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2