Skip to content

Commit fbd0194

Browse files
tests: update nginx to 1.25.3.
1 parent 68ce66b commit fbd0194

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
@@ -36,7 +40,7 @@ env:
3640
- TEST_NGINX_SLEEP=0.006
3741
matrix:
3842
- NGINX_VERSION=1.21.4
39-
- NGINX_VERSION=1.25.1
43+
- NGINX_VERSION=1.25.3
4044

4145
install:
4246
- if [ ! -d download-cache ]; then mkdir download-cache; fi

0 commit comments

Comments
 (0)