core: disable build with obsolete autotools option "--disable-gnutls" (Travis CI)

This commit is contained in:
Sébastien Helleu 2020-04-19 10:31:09 +02:00
parent 862cf34ba7
commit 3d8607e34c

View File

@ -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