From: Ilya Shipitsin Date: Wed, 11 Nov 2020 18:16:22 +0000 (+0500) Subject: CI: travis-ci: arm64 are not allowed to fail anymore X-Git-Tag: v2.4-dev1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc202a0248274d02cdbfb04412c1b99d544f112;p=thirdparty%2Fhaproxy.git CI: travis-ci: arm64 are not allowed to fail anymore --- diff --git a/.travis.yml b/.travis.yml index e7ae0bbb83..1057ccc37e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,11 +98,6 @@ matrix: - export SLZ_INC=${HOME}/opt/include SLZ_LIB=${HOME}/opt/lib - export ADDLIB="-Wl,-rpath,$SLZ_LIB" name: openssl-1.1.1 | slz | pcre2 - allow_failures: - - os: linux - arch: arm64 - if: type == push - compiler: clang install: - git clone https://github.com/VTest/VTest.git ../vtest