]> granicus.if.org Git - libexpat/commitdiff
Travis: Limit distcheck tests to plain distcheck
authorSebastian Pipping <sebastian@pipping.org>
Sun, 14 Jul 2019 22:12:50 +0000 (00:12 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 14 Jul 2019 22:15:14 +0000 (00:15 +0200)
--enable-xml-attr-info is tested elsewhere and this
combination does not seem to provide additional value
to justify runtime.

.travis.yml

index 9617b6c9e2e2af71d6aa471233775e99d934a2ef..b753389b9d876d9e61be4b9067f4d5ff2eca3ccd 100644 (file)
@@ -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