Skip to content

Commit e54270d

Browse files
committed
hack: use a custom fork for test-nginx.
1 parent 2441a28 commit e54270d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ install:
6565
- if [ ! -f download-cache/drizzle7-$DRIZZLE_VER.tar.gz ]; then wget -P download-cache http://openresty.org/download/drizzle7-$DRIZZLE_VER.tar.gz; fi
6666
- if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-$PCRE_VER.tar.gz; fi
6767
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz; fi
68-
- git clone https://github.com/openresty/test-nginx.git
68+
- git clone -b skip https://github.com/doujiang24/test-nginx.git
6969
- git clone https://github.com/openresty/openresty.git ../openresty
7070
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
7171
- git clone https://github.com/openresty/nginx-devel-utils.git

0 commit comments

Comments
 (0)