From ed17d5010fcb6abb327b95cedb9fd69785662096 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 10 Jan 2014 12:54:43 +0100 Subject: [PATCH] move remotebackend up to figure out weird travis interaction --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a51790a3..7409d1506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,11 +41,6 @@ script: - ./start-test-stop 5300 gpgsql-nodnssec - ./start-test-stop 5300 gpgsql - ./start-test-stop 5300 gpgsql-nsec3 - - ./start-test-stop 5300 gsqlite3-nodnssec - - ./start-test-stop 5300 gsqlite3 - - ./start-test-stop 5300 gsqlite3-nsec3 - - ./start-test-stop 5300 mydns - - ./start-test-stop 5300 tinydns - ./start-test-stop 5300 remotebackend-pipe - ./start-test-stop 5300 remotebackend-pipe-dnssec - ./start-test-stop 5300 remotebackend-unix @@ -54,6 +49,11 @@ script: - ./start-test-stop 5300 remotebackend-http-dnssec - ./start-test-stop 5300 remotebackend-zeromq - ./start-test-stop 5300 remotebackend-zeromq-dnssec + - ./start-test-stop 5300 gsqlite3-nodnssec + - ./start-test-stop 5300 gsqlite3 + - ./start-test-stop 5300 gsqlite3-nsec3 + - ./start-test-stop 5300 mydns + - ./start-test-stop 5300 tinydns - THRESHOLD=90 TRACE=no ./recursor-test 5300 - cd ../regression-tests.nobackend/ - ./runtests -- 2.40.0