Skip to content

Commit 734abe1

Browse files
committed
travis: bumped nginx to 1.15.8 so that resty.core can be loaded by ngx_lua.
1 parent d22e891 commit 734abe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ env:
3131
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3232
- TEST_NGINX_SLEEP=0.006
3333
matrix:
34-
- NGINX_VERSION=1.9.15
35-
# - NGINX_VERSION=1.10.0
34+
- NGINX_VERSION=1.15.8
3635

3736
install:
3837
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)