summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2021-07-09 11:11:28 +0100
committerJoe Orton <jorton@apache.org>2021-07-09 11:41:21 +0100
commit4a06763a2d320eb776f4f4b5d5c0193184ee46c5 (patch)
tree7940775519b42a3730d1624c3d25aa5a3c3079ee
parent4e4923577575b07e929d7ca6cc803b89d705d507 (diff)
downloadneon-git-4a06763a2d320eb776f4f4b5d5c0193184ee46c5.tar.gz
Drop stuff tested in Actions now.
-rw-r--r--.travis.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
index 62bda48..6b4d080 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,6 @@ addons:
- libxml2-dev
- libnss3-tools
- libproxy-dev
- - gnutls-bin
- - libgnutls28-dev
env:
global:
- MARGS="-j2 check"
@@ -35,30 +33,6 @@ matrix:
- name: OpenSSL on s390x
arch: s390x
env: CONF="--with-ssl=openssl"
- - name: OpenSSL on trusty
- dist: trusty
- env: CONF="--with-ssl=openssl"
- - name: OpenSSL on trusty, shared w/thread-safety
- dist: trusty
- env: CONF="--with-ssl=openssl --enable-shared --disable-static --enable-threadsafe-ssl=posix"
- CC="gcc -pthread"
- - name: OpenSSL on bionic
- dist: bionic
- env: CONF="--with-ssl=openssl"
- - name: OpenSSL on focal
- dist: focal
- env: CONF="--with-ssl=openssl"
- - name: GnuTLS
- env: CONF="--with-ssl=gnutls"
- - name: GnuTLS on bionic
- dist: bionic
- env: CONF="--with-ssl=gnutls"
- - name: GnuTLS on trusty
- dist: trusty
- env: CONF="--with-ssl=gnutls"
- - name: GnuTLS on focal
- dist: focal
- env: CONF="--with-ssl=gnutls"
- name: Copyright check
env: CONF="--without-libproxy --without-gssapi --without-zlib --disable-nls --disable-debug --disable-webdav" MARGS="update-copyright"
allow_failures: