]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Change travis to run make check instead of testrunner
authorAki Tuomi <cmouse@desteem.org>
Tue, 4 Jun 2013 06:41:59 +0000 (09:41 +0300)
committerAki Tuomi <cmouse@desteem.org>
Tue, 4 Jun 2013 06:41:59 +0000 (09:41 +0300)
.travis.yml

index afe46fd444f19100c928f0843f4124a9bfe563ce..650d38ad8afe9d4577fb79daad106c0f686050fe 100644 (file)
@@ -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