From fdcb06711d2db06265a40f9c21dde2f132c22244 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Thu, 7 May 2015 14:56:57 +0200 Subject: [PATCH] check for untacked files in travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index fac0e14fa5..fb57f3d066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -175,10 +175,16 @@ script: - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq-dnssec - ./timestamp ./start-test-stop 5300 tinydns + - rm -f tests/verify-dnssec-zone/allow-missing + - rm -f tests/verify-dnssec-zone/skip.nsec3 + - rm -f tests/verify-dnssec-zone/skip.optout - THRESHOLD=90 TRACE=no ./timestamp ./recursor-test 5300 - cd ../regression-tests.nobackend/ - ./runtests - test ! -s ./failed_tests + - cd .. + - git status + - git status | grep -q clean notifications: irc: channels: -- 2.47.2