]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: travis-ci: no more allowed failures for openssl-1.0.2
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 11 Feb 2020 09:29:41 +0000 (14:29 +0500)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Feb 2020 14:42:44 +0000 (15:42 +0100)
since 23fb037 (which fixes #429) no need to allow failures
on openssl-1.0.2

.travis.yml

index a82c27327dcedf4ba5f4972049190d79a92cfcb4..1cce8db888697915413050b55e2ed646eda7e2f2 100644 (file)
@@ -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