summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2021-07-09 11:11:28 +0100
committerJoe Orton <jorton@redhat.com>2021-07-09 11:11:28 +0100
commit0aec2b5a875c47c93f7c3af030d1f1dd86f496e6 (patch)
tree749178ba0b9c0cc100836eda34294c4790a741e7
parentdad7cf79bdc21b2223c25480559b30245e2b6243 (diff)
downloadneon-git-more-actions.tar.gz
Drop stuff tested in Actions now.more-actions
-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: