From: Lukáš Lalinský Date: Sat, 13 Oct 2012 11:36:33 +0000 (+0200) Subject: Actually run the tests X-Git-Tag: v1.9~94^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d7686b5fa41909e15eaee75ede7ff1e599418d6;p=taglib Actually run the tests --- diff --git a/.travis.yml b/.travis.yml index ff3c0e64..1be87b2a 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 +script: cmake . && make && make check