From: Aki Tuomi Date: Tue, 4 Jun 2013 06:41:59 +0000 (+0300) Subject: Change travis to run make check instead of testrunner X-Git-Tag: rec-3.6.0-rc1~705^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4000998d40ca801740cdcfb1ca381601d7f0f1fd;p=thirdparty%2Fpdns.git Change travis to run make check instead of testrunner --- diff --git a/.travis.yml b/.travis.yml index afe46fd444..650d38ad8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,8 @@ script: - ./configure --with-modules='gmysql tinydns random' --with-sqlite3 --enable-unit-tests - make dist - make -j 4 + - make check - cd pdns - - make testrunner - - ./testrunner - cd docs - make - cd ../../regression-tests