Skip to content

Commit 7baca92

Browse files
authored
travis-ci: upgrade version numbers of NGINX core and openssl, remove clang compiler mode from travis to save credits. (openresty#59)
1 parent 8f4f0f8 commit 7baca92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 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
cache:
1312
directories:
@@ -25,12 +24,11 @@ env:
2524
- OPENSSL_PREFIX=/opt/ssl
2625
- OPENSSL_LIB=$OPENSSL_PREFIX/lib
2726
- OPENSSL_INC=$OPENSSL_PREFIX/include
28-
- OPENSSL_VER=1.0.2h
2927
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3028
- TEST_NGINX_SLEEP=0.006
3129
matrix:
32-
- NGINX_VERSION=1.9.15
33-
- NGINX_VERSION=1.11.2
30+
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.0l
31+
- NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.1k
3432

3533
install:
3634
- if [ ! -d download-cache ]; then mkdir download-cache; fi
@@ -42,6 +40,8 @@ install:
4240
- git clone https://github.com/openresty/nginx-devel-utils.git
4341
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
4442
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
43+
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
44+
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
4545
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
4646
- git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git
4747
- git clone https://github.com/openresty/mockeagain.git

0 commit comments

Comments
 (0)