From 27bf62336219cb4eb804f82e1263a00dff3be398 Mon Sep 17 00:00:00 2001 From: Johnny Wang Date: Thu, 8 Jul 2021 21:47:22 +0800 Subject: [PATCH] travis-ci: upgrade version numbers of openssl and NGINX core, remove clang compiler mode from travis to save credits. (#80) --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 486063d..59c2ea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ language: c compiler: - gcc - - clang addons: apt: @@ -32,11 +31,11 @@ env: - OPENSSL_PREFIX=/opt/ssl - OPENSSL_LIB=$OPENSSL_PREFIX/lib - OPENSSL_INC=$OPENSSL_PREFIX/include - - OPENSSL_VER=1.0.2j + - OPENSSL_VER=1.1.1k - LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH - TEST_NGINX_SLEEP=0.006 matrix: - - NGINX_VERSION=1.19.3 + - NGINX_VERSION=1.19.9 install: - if [ ! -d download-cache ]; then mkdir download-cache; fi