From 982193d47abb0c16f9bcaf8b16e50840f9a61fcb Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 15 Jul 2019 00:12:50 +0200 Subject: [PATCH] Travis: Limit distcheck tests to plain distcheck --enable-xml-attr-info is tested elsewhere and this combination does not seem to provide additional value to justify runtime. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9617b6c9..b753389b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,6 @@ matrix: include: - os: linux env: MODE=cmake-oos CMAKE_ARGS=-DXML_ATTR_INFO=ON - - os: linux - env: MODE=distcheck CONFIGURE_ARGS=--enable-xml-attr-info - os: linux env: MODE=qa-sh QA_COMPILER=clang CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address CONFIGURE_ARGS=--enable-xml-attr-info - os: linux