Skip to content

Commit 6f1bc21

Browse files
tests: update nginx to 1.25.3.
1 parent e6b80ac commit 6f1bc21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
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,8 +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.0l
31-
- NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1l
34+
- NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1u
3235

3336
install:
3437
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)