From: Ilya Shipitsin Date: Wed, 22 Jan 2020 10:23:51 +0000 (+0500) Subject: BUILD: CI: temporarily mark openssl-1.0.2 as allowed failure X-Git-Tag: v2.2-dev2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=016797f6ab3a3670d0e192b7bad6c7f05b6d0325;p=thirdparty%2Fhaproxy.git BUILD: CI: temporarily mark openssl-1.0.2 as allowed failure Until #429 is resolved, let us ignore openssl-1.0.2 failures --- diff --git a/.travis.yml b/.travis.yml index 9046e6dcd2..a0d9502b4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,6 +99,12 @@ matrix: before_script: - git clone http://git.1wt.eu/git/libslz.git/ - cd libslz && make && make PREFIX=${HOME}/opt install && cd .. + allow_failures: + - os: linux + arch: ppc64le + if: type == cron + compiler: gcc + env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u install: - git clone https://github.com/VTest/VTest.git ../vtest