Skip to content

Commit 69debba

Browse files
tests: update nginx to 1.25.3.
1 parent e80969b commit 69debba

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
@@ -24,7 +28,7 @@ env:
2428
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
2529
- TEST_NGINX_SLEEP=0.006
2630
matrix:
27-
- NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1u OPENSSL_PATCH_VER=1.1.1f
31+
- NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1u OPENSSL_PATCH_VER=1.1.1f
2832

2933
before_install:
3034
- sudo apt-get install -qq -y axel cpanminus > build.log 2>&1 || (cat build.log && exit 1)

0 commit comments

Comments
 (0)