Skip to content

Commit c6ee05a

Browse files
committed
travis: removed unused download-cache directory and nginx tarball download.
1 parent e0c7496 commit c6ee05a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ compiler:
99
- gcc
1010
- clang
1111

12-
cache:
13-
directories:
14-
- download-cache
15-
1612
env:
1713
global:
1814
- JOBS=3
@@ -25,10 +21,8 @@ env:
2521
- NGINX_VERSION=1.15.8
2622

2723
install:
28-
- if [ ! -d download-cache ]; then mkdir download-cache; fi
2924
- sudo apt-get install -qq -y cpanminus axel
3025
- sudo cpanm --notest Test::Nginx > build.log 2>&1 || (cat build.log && exit 1)
31-
- wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
3226
- git clone https://github.com/openresty/openresty.git ../openresty
3327
- git clone https://github.com/openresty/nginx-devel-utils.git
3428
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module

0 commit comments

Comments
 (0)