From 6549138e8bb79128f51b263360c26b8901be41f7 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Sat, 13 Feb 2016 10:29:57 +0000 Subject: [PATCH] test: skip repeated build steps Top-level buildconf/configure now triggers for the test/ subdir too, so don't need to do explicitly. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2319d0b..5a7024d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ script: ./adig www.google.com ./acountry www.google.com ./ahost www.google.com - cd test && autoreconf -iv && ./configure $CONFIG_OPTS && make && ./arestest -v && cd .. + cd test && make && ./arestest -v && cd .. fi - | if [ "$BUILD_TYPE" = "coverage" ]; then