Skip to content

Commit

Permalink
travis: fixed the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 26, 2017
1 parent d57baa2 commit 1853183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
- NGX_BUILD_JOBS=$JOBS
- TEST_NGINX_SLEEP=0.006
matrix:
- NGINX_VERSION=1.13.4
- NGINX_VERSION=1.13.6

services:
- memcache
Expand All @@ -43,7 +43,7 @@ install:
- 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
- git clone https://github.com/openresty/openresty-devel-utils.git
- git clone https://github.com/openresty/lua-cjson.git
- git clone -b 1.13.x https://github.com/openresty/openresty.git ../openresty
- git clone https://github.com/openresty/openresty.git ../openresty
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
- git clone https://github.com/openresty/mockeagain.git
Expand Down

0 comments on commit 1853183

Please sign in to comment.