Skip to content

Commit f3ecba8

Browse files
committed
travis: removed unused nginx tarball download.
1 parent b3e3a0a commit f3ecba8

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
@@ -39,7 +39,6 @@ install:
3939
- 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
4040
- sudo apt-get install -qq -y cpanminus axel
4141
- sudo cpanm --notest Test::Nginx > build.log 2>&1 || (cat build.log && exit 1)
42-
- wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
4342
- git clone https://github.com/openresty/openresty.git ../openresty
4443
- git clone https://github.com/openresty/nginx-devel-utils.git
4544
- git clone https://github.com/openresty/lua-cjson.git

0 commit comments

Comments
 (0)