From: Ilya Shipitsin Date: Fri, 20 Nov 2020 09:43:57 +0000 (+0500) Subject: CI: travis-ci: remove builds migrated to GH actions X-Git-Tag: v2.4-dev1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d394fd35e7be447b67485ab85e8a0a6fa1df7fe2;p=thirdparty%2Fhaproxy.git CI: travis-ci: remove builds migrated to GH actions --- diff --git a/.travis.yml b/.travis.yml index 1057ccc37e..bb0dfeb8f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,32 +62,12 @@ matrix: compiler: clang env: TARGET=linux-glibc OPENSSL_VERSION=1.1.0l FIFTYONEDEGREES_SRC="contrib/51d/src/trie" CC=clang-9 name: openssl-1.1.1 | 51d trie - - os: linux - if: type == push - compiler: clang - env: TARGET=linux-glibc LIBRESSL_VERSION=3.1.1 CC=clang-9 - name: libressl-3.1.1 - os: linux env: DEBUG_OPTIONS="" if: type == cron compiler: clang env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9 name: libressl-3.0.2 | ERR= - - os: linux - if: type == cron - compiler: clang - env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9 - name: libressl-2.9.2 | prometheus-exporter - - os: linux - if: type == cron - compiler: clang - env: TARGET=linux-glibc BORINGSSL=yes - name: boringssl - - os: linux - if: type == push - compiler: clang - env: TARGET=linux-glibc FLAGS= CC=clang-9 - name: FLAGS= - os: linux if: type == cron compiler: clang