Skip to content

Commit c6905ea

Browse files
committed
travis-ci: bumped the NGINX core version to 1.17.1.
1 parent 02ad479 commit c6905ea

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
@@ -36,9 +36,9 @@ env:
3636
- NGX_BUILD_JOBS=$JOBS
3737
- TEST_NGINX_SLEEP=0.006
3838
matrix:
39-
- NGINX_VERSION=1.15.8 OPENSSL_VER=1.0.2s OPENSSL_OPT=""
40-
- NGINX_VERSION=1.15.8 OPENSSL_VER=1.1.0k OPENSSL_OPT=""
41-
- NGINX_VERSION=1.15.8 OPENSSL_VER=1.1.1c OPENSSL_OPT=""
39+
- NGINX_VERSION=1.17.1 OPENSSL_VER=1.0.2s
40+
- NGINX_VERSION=1.17.1 OPENSSL_VER=1.1.0k
41+
- NGINX_VERSION=1.17.1 OPENSSL_VER=1.1.1c
4242

4343
services:
4444
- memcache
@@ -80,7 +80,7 @@ script:
8080
- cd mockeagain/ && make CC=$CC -j$JOBS && cd ..
8181
- tar zxf download-cache/openssl-$OPENSSL_VER.tar.gz
8282
- cd openssl-$OPENSSL_VER/
83-
- ./config no-threads shared enable-ssl3 enable-ssl3-method $OPENSSL_OPT -g --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
83+
- ./config no-threads shared enable-ssl3 enable-ssl3-method -g --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
8484
- make -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
8585
- sudo make PATH=$PATH install_sw > build.log 2>&1 || (cat build.log && exit 1)
8686
- cd ..

0 commit comments

Comments
 (0)