]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: travis-ci: upgrade LibreSSL versions
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 9 May 2020 16:36:04 +0000 (21:36 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2020 08:08:32 +0000 (10:08 +0200)
3.0.2 --> 3.1.1
2.9.2 --> 3.0.2
2.8.3 --> 2.9.2

.travis.yml

index 08a8992d11341608be663975d8f8b25c40a37c33..ea71686248905c8800edc19c2686f25a5a8d7ab5 100644 (file)
@@ -74,16 +74,16 @@ matrix:
   - os: linux
     if: type == push
     compiler: clang
-    env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
+    env: TARGET=linux-glibc LIBRESSL_VERSION=3.1.1 CC=clang-9
   - os: linux
     env: DEBUG_OPTIONS=""
     if: type == cron
     compiler: clang
-    env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 CC=clang-9
+    env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
   - os: linux
     if: type == cron
     compiler: clang
-    env: TARGET=linux-glibc LIBRESSL_VERSION=2.8.3 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9
+    env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9
   - os: linux
     if: type == cron
     compiler: clang