We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80969b commit 69debbaCopy full SHA for 69debba
.travis.yml
@@ -1,6 +1,10 @@
1
sudo: required
2
dist: focal
3
4
+branches:
5
+ only:
6
+ - "master"
7
+
8
os: linux
9
10
language: c
@@ -24,7 +28,7 @@ env:
24
28
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
25
29
- TEST_NGINX_SLEEP=0.006
26
30
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
32
33
before_install:
34
- sudo apt-get install -qq -y axel cpanminus > build.log 2>&1 || (cat build.log && exit 1)
0 commit comments