From 354b5eff90ed86b35d90f10f29e864fb7f67b755 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Fri, 5 Feb 2016 12:06:45 -0800 Subject: [PATCH] chore(ci) bump OpenResty to latest 1.9.7.3 --- .ci/setup_openresty.sh | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/setup_openresty.sh b/.ci/setup_openresty.sh index b356cdd56b0..eba8fa0f4df 100644 --- a/.ci/setup_openresty.sh +++ b/.ci/setup_openresty.sh @@ -15,7 +15,7 @@ if [ ! "$(ls -A $OPENRESTY_DIR)" ]; then curl http://www.openssl.org/source/$OPENSSL_BASE.tar.gz | tar xz # Download OpenResty - OPENRESTY_BASE=ngx_openresty-$OPENRESTY + OPENRESTY_BASE=openresty-$OPENRESTY curl https://openresty.org/download/$OPENRESTY_BASE.tar.gz | tar xz pushd $OPENRESTY_BASE diff --git a/.travis.yml b/.travis.yml index 35d8a04a655..90921ede088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: global: - LUAJIT=2.1 - LUAROCKS=2.3.0 - - OPENRESTY=1.9.7.2 + - OPENRESTY=1.9.7.3 - CASSANDRA=2.2.4 - OPENSSL=1.0.2f - SERF=0.7.0