From: Lukáš Lalinský Date: Sat, 13 Oct 2012 11:38:35 +0000 (+0200) Subject: Make sure we build the tests X-Git-Tag: v1.9~94^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=044da877e629ea180d734ba86339564dc0886a7f;p=taglib Make sure we build the tests --- diff --git a/.travis.yml b/.travis.yml index 1be87b2a..34379033 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ language: cpp compiler: - gcc install: sudo apt-get install libcppunit-dev zlib1g-dev -script: cmake . && make && make check +script: cmake -DBUILD_TESTS=ON . && make && make check