Skip to content

Commit 3b31e7f

Browse files
committed
update openresty for CI
1 parent 5992ac7 commit 3b31e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/setup_servers.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# A script for setting up environment for travis-ci testing.
44
# Sets up openresty.
5-
OPENRESTY_VERSION="1.9.3.1"
5+
OPENRESTY_VERSION="1.9.15.1"
66
OPENRESTY_DIR=$TRAVIS_BUILD_DIR/install/openresty
77

88
#if [ "$LUA" == "lua5.1" ]; then
99
# luarocks install LuaBitOp
1010
#fi
1111

12-
wget https://openresty.org/download/ngx_openresty-$OPENRESTY_VERSION.tar.gz
12+
wget https://openresty.org/download/openresty-$OPENRESTY_VERSION.tar.gz
1313
tar xzvf ngx_openresty-$OPENRESTY_VERSION.tar.gz
1414
cd ngx_openresty-$OPENRESTY_VERSION/
1515

0 commit comments

Comments
 (0)