Skip to content

Commit 86fe843

Browse files
authored
travis-ci: upgrade version numbers of NGINX core and openssl, remove clang compiler mode from travis to save credits. (#62)
1 parent d565794 commit 86fe843

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ language: c
77

88
compiler:
99
- gcc
10-
- clang
1110

1211
addons:
1312
apt:
@@ -32,12 +31,12 @@ env:
3231
- OPENSSL_PREFIX=/opt/ssl
3332
- OPENSSL_LIB=$OPENSSL_PREFIX/lib
3433
- OPENSSL_INC=$OPENSSL_PREFIX/include
35-
- OPENSSL_VER=1.0.2h
34+
- OPENSSL_VER=1.1.1k
3635
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3736
- TEST_NGINX_SLEEP=0.006
3837
matrix:
39-
- NGINX_VERSION=1.9.15
40-
- NGINX_VERSION=1.19.3
38+
- NGINX_VERSION=1.17.8
39+
- NGINX_VERSION=1.19.9
4140

4241
install:
4342
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)