Skip to content

Commit 979372c

Browse files
tests: update nginx to 1.25.3.
1 parent 32b5b31 commit 979372c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
sudo: required
22
dist: focal
33

4+
branches:
5+
only:
6+
- "master"
7+
48
os: linux
59

610
language: c
@@ -27,7 +31,7 @@ env:
2731
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
2832
- TEST_NGINX_SLEEP=0.006
2933
matrix:
30-
- NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1u
34+
- NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1u
3135

3236
install:
3337
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)