Skip to content

Commit b67a4c3

Browse files
committed
travis: updated to reflect recent changes.
1 parent 226835b commit b67a4c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ env:
2929
- JOBS=3
3030
- NGX_BUILD_JOBS=$JOBS
3131
matrix:
32-
- NGINX_VERSION=1.9.15
32+
- NGINX_VERSION=1.11.2
33+
- NGINX_VERSION=1.13.6
3334

3435
services:
3536
- memcache
@@ -44,7 +45,7 @@ install:
4445
- if [ ! -d download-cache ]; then mkdir download-cache; fi
4546
- if [ ! -f download-cache/ngx_http_redis-0.3.7.tar.gz ]; then wget -O download-cache/ngx_http_redis-0.3.7.tar.gz http://people.freebsd.org/~osa/ngx_http_redis-0.3.7.tar.gz; fi
4647
- if [ ! -f download-cache/drizzle7-2011.07.21.tar.gz ]; then wget -O download-cache/drizzle7-2011.07.21.tar.gz http://openresty.org/download/drizzle7-2011.07.21.tar.gz; fi
47-
- mkdir -p ~/work/nginx && tar -xf download-cache/ngx_http_redis-0.3.7.tar.gz -C ~/work/nginx
48+
- mkdir -p ~/work/nginx && cp download-cache/ngx_http_redis-0.3.7.tar.gz ~/work/nginx/
4849
- git clone https://github.com/openresty/nginx-devel-utils.git
4950
- git clone https://github.com/openresty/openresty.git ../openresty
5051
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx

0 commit comments

Comments
 (0)