From 3d8607e34c1b6e4911570adbb8ed3a0ed93d2cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 19 Apr 2020 10:31:09 +0200 Subject: [PATCH] core: disable build with obsolete autotools option "--disable-gnutls" (Travis CI) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fb31356b..fa04d25e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ env: - BUILDTOOL="cmake" BUILDARGS="-DENABLE_CODE_COVERAGE=ON" CODECOVERAGE="1" - BUILDTOOL="autotools" BUILDARGS="" - BUILDTOOL="autotools" BUILDARGS="--enable-python2" - - BUILDTOOL="autotools" BUILDARGS="--disable-gnutls" matrix: fast_finish: true