BUILD: temporarily mark LibreSSL builds as allowed to fail
This commit is contained in:
parent
54832b97c6
commit
17641a7fbf
10
.travis.yml
10
.travis.yml
|
@ -45,6 +45,16 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=generic FLAGS=
|
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:
|
install:
|
||||||
- git clone https://github.com/VTest/VTest.git ../vtest
|
- git clone https://github.com/VTest/VTest.git ../vtest
|
||||||
|
|
Loading…
Reference in New Issue