From 17641a7fbf35fad6d07104b206f8f78f3fc7bb6f Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Mon, 6 May 2019 00:36:21 +0500 Subject: [PATCH] BUILD: temporarily mark LibreSSL builds as allowed to fail --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 159e0d059..4c3834c2f 100644 --- a/.travis.yml +++ b/.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