Skip to content

Commit 858753b

Browse files
committed
travis: upgraded pcre to 8.41 and openssl to 1.0.2n.
1 parent 7f10892 commit 858753b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
- LUAJIT_LIB=$LUAJIT_PREFIX/lib
3535
- LUAJIT_INC=$LUAJIT_PREFIX/include/luajit-2.1
3636
- LUA_INCLUDE_DIR=$LUAJIT_INC
37-
- PCRE_VER=8.40
37+
- PCRE_VER=8.41
3838
- PCRE_PREFIX=/opt/pcre
3939
- PCRE_LIB=$PCRE_PREFIX/lib
4040
- PCRE_INC=$PCRE_PREFIX/include
@@ -48,7 +48,7 @@ env:
4848
- DRIZZLE_VER=2011.07.21
4949
- TEST_NGINX_SLEEP=0.006
5050
matrix:
51-
- NGINX_VERSION=1.13.6 OPENSSL_VER=1.0.2k OPENSSL_PATCH_VER=1.0.2h
51+
- NGINX_VERSION=1.13.6 OPENSSL_VER=1.0.2n OPENSSL_PATCH_VER=1.0.2h
5252
#- NGINX_VERSION=1.13.6 OPENSSL_VER=1.1.0c OPENSSL_PATCH_VER=1.1.0c
5353

5454
services:

0 commit comments

Comments
 (0)