mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
BUILD: temporarily mark LibreSSL builds as allowed to fail
This commit is contained in:
parent
54832b97c6
commit
17641a7fbf
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -45,6 +45,16 @@ matrix:
|
|||
- os: osx
|
||||
compiler: clang
|
||||
env: TARGET=generic FLAGS=
|
||||
allow_failures:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: TARGET=linux2628 LIBRESSL_VERSION=2.9.1
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: TARGET=linux2628 LIBRESSL_VERSION=2.8.3
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: TARGET=linux2628 LIBRESSL_VERSION=2.7.5
|
||||
|
||||
install:
|
||||
- git clone https://github.com/VTest/VTest.git ../vtest
|
||||
|
|
|
|||
Loading…
Reference in a new issue