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
This commit is contained in:
Ilya Shipitsin 2020-02-11 14:29:41 +05:00 committed by Willy Tarreau
parent c13223022c
commit 7ef2cb2de3
1 changed files with 0 additions and 6 deletions

View File

@ -92,12 +92,6 @@ matrix:
before_script: before_script:
- git clone http://git.1wt.eu/git/libslz.git/ - git clone http://git.1wt.eu/git/libslz.git/
- cd libslz && make && make PREFIX=${HOME}/opt install && cd .. - 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: install:
- git clone https://github.com/VTest/VTest.git ../vtest - git clone https://github.com/VTest/VTest.git ../vtest