From: Ilya Shipitsin Date: Tue, 11 Feb 2020 09:29:41 +0000 (+0500) Subject: BUILD: travis-ci: no more allowed failures for openssl-1.0.2 X-Git-Tag: v2.2-dev3~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ef2cb2de32a299508f99c7c44272884b19b26d4;p=thirdparty%2Fhaproxy.git BUILD: travis-ci: no more allowed failures for openssl-1.0.2 since 23fb037 (which fixes #429) no need to allow failures on openssl-1.0.2 --- diff --git a/.travis.yml b/.travis.yml index a82c27327d..1cce8db888 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,12 +92,6 @@ 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