We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b80ac commit 6f1bc21Copy full SHA for 6f1bc21
.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
@@ -27,8 +31,7 @@ env:
27
31
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
28
32
- TEST_NGINX_SLEEP=0.006
29
33
matrix:
30
- - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.0l
- - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1l
34
+ - NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1u
35
36
install:
37
- if [ ! -d download-cache ]; then mkdir download-cache; fi
0 commit comments