Skip to content

Commit

Permalink
Merge pull request #958 from Mashape/chore/ci-openresty-bump
Browse files Browse the repository at this point in the history
chore(ci) bump OpenResty to latest 1.9.7.3
  • Loading branch information
thibaultcha committed Feb 5, 2016
2 parents b4ce5c9 + 354b5ef commit b3e3db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/setup_openresty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3e3db8

Please sign in to comment.