Skip to content

Commit

Permalink
update openresty for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
idevz committed Jul 4, 2016
1 parent 5992ac7 commit 3b31e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/setup_servers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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

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

wget https://openresty.org/download/ngx_openresty-$OPENRESTY_VERSION.tar.gz
wget https://openresty.org/download/openresty-$OPENRESTY_VERSION.tar.gz
tar xzvf ngx_openresty-$OPENRESTY_VERSION.tar.gz
cd ngx_openresty-$OPENRESTY_VERSION/

Expand Down

0 comments on commit 3b31e7f

Please sign in to comment.