Skip to content

Commit

Permalink
Update OpenResty build version for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
p0pr0ck5 committed Jun 17, 2016
1 parent 340ef0c commit 3a54172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ notifications:
irc: "chat.freenode.net#lua-resty-waf"
webhooks: https://www.cryptobells.com/endpoint
env:
- V_OPENRESTY=1.9.7.4 DATE=20160418 TEST=unit
- V_OPENRESTY=1.9.7.4 DATE=20160418 TEST=acceptance
- V_OPENRESTY=1.9.7.4 DATE=20160418 TEST=regression
- V_OPENRESTY=1.9.15.1 DATE=20160617 TEST=unit
- V_OPENRESTY=1.9.15.1 DATE=20160617 TEST=acceptance
- V_OPENRESTY=1.9.15.1 DATE=20160617 TEST=regression
install:
- cpanm -v --notest Test::Nginx
before_script:
- sudo apt-get update -q
- sudo apt-get install libssl-dev lua5.1 -y
- wget http://cdn.cryptobells.com/openresty-$V_OPENRESTY-$DATE.tar.bz2
- sudo tar -jxvf openresty-1.9.7.4-20160418.tar.bz2 -C /usr/local/
- sudo tar -jxvf openresty-$V_OPENRESTY-$DATE.tar.bz2 -C /usr/local/
script:
- PATH=/usr/local/openresty/nginx/sbin:$PATH prove -r t/$TEST
- ./tools/lua-releng -L

0 comments on commit 3a54172

Please sign in to comment.