Skip to content

Commit 749c347

Browse files
author
jiahao
committed
updated travis.
1 parent 1571d0c commit 749c347

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@ services:
5252
- redis-server
5353

5454
install:
55-
- sudo apt update
56-
- sudo apt install --only-upgrade ca-certificates
5755
- if [ "$USE_PCRE2" != "Y" ] && [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VER}/pcre-${PCRE_VER}.tar.gz; fi
5856
- if [ "$USE_PCRE2" = "Y" ] && [ ! -f download-cache/pcre2-$PCRE2_VER.tar.gz ]; then wget -P download-cache https://downloads.sourceforge.net/project/pcre/pcre2/${PCRE2_VER}/pcre2-${PCRE2_VER}.tar.gz; fi
5957
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi
6058
- git clone https://github.com/openresty/openresty-devel-utils.git
6159
- git clone https://github.com/openresty/lua-cjson.git
6260
- git clone -b bump-1.27.0 https://github.com/xiaocang/openresty.git ../openresty
63-
- git clone -b bump1.27.0 https://github.com/xiaocang/no-pool-nginx.git ../no-pool-nginx
61+
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
6462
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
6563
- git clone https://github.com/openresty/mockeagain.git
6664
- git clone https://github.com/openresty/test-nginx.git

0 commit comments

Comments
 (0)