Skip to content

Commit 121a320

Browse files
authored
travis-ci: upgrade version numbers of openssl and NGINX core, remove clang compiler mode from travis to save credits. (openresty#64)
1 parent 56b9a35 commit 121a320

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ language: c
77

88
compiler:
99
- gcc
10-
- clang
1110

1211
env:
1312
global:
@@ -25,7 +24,7 @@ env:
2524
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
2625
- TEST_NGINX_SLEEP=0.006
2726
matrix:
28-
- NGINX_VERSION=1.19.3 OPENSSL_VER=1.1.1g OPENSSL_PATCH_VER=1.1.1f
27+
- NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.1k OPENSSL_PATCH_VER=1.1.1f
2928

3029
before_install:
3130
- sudo apt-get install -qq -y axel cpanminus > build.log 2>&1 || (cat build.log && exit 1)

0 commit comments

Comments
 (0)