We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5992ac7 commit 3b31e7fCopy full SHA for 3b31e7f
.travis/setup_servers.sh
@@ -2,14 +2,14 @@
2
3
# A script for setting up environment for travis-ci testing.
4
# Sets up openresty.
5
-OPENRESTY_VERSION="1.9.3.1"
+OPENRESTY_VERSION="1.9.15.1"
6
OPENRESTY_DIR=$TRAVIS_BUILD_DIR/install/openresty
7
8
#if [ "$LUA" == "lua5.1" ]; then
9
# luarocks install LuaBitOp
10
#fi
11
12
-wget https://openresty.org/download/ngx_openresty-$OPENRESTY_VERSION.tar.gz
+wget https://openresty.org/download/openresty-$OPENRESTY_VERSION.tar.gz
13
tar xzvf ngx_openresty-$OPENRESTY_VERSION.tar.gz
14
cd ngx_openresty-$OPENRESTY_VERSION/
15
0 commit comments