Skip to content

Commit bc35e8e

Browse files
committed
travis: removed unused nginx tarball download.
1 parent bc713ce commit bc35e8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ install:
5757
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -O download-cache/openssl-$OPENSSL_VER.tar.gz https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz; fi
5858
- if [ ! -f download-cache/old-openssl-$OLD_OPENSSL_VER.tar.gz ]; then wget -O download-cache/old-openssl-$OLD_OPENSSL_VER.tar.gz https://www.openssl.org/source/openssl-$OLD_OPENSSL_VER.tar.gz; fi
5959
- 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
60-
- wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
6160
- git clone https://github.com/openresty/openresty.git ../openresty
6261
- git clone https://github.com/openresty/openresty-devel-utils.git
6362
- git clone https://github.com/openresty/resty-cli.git ../resty-cli

0 commit comments

Comments
 (0)