From a0abc8f2befdebb8ff4e971beb668a22f1c7873a Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 25 Apr 2019 08:58:02 +0200 Subject: [PATCH] BUILD: travis: remove the "allow_failures" entry Now that OSX passes all regtests as well, remove this temporary entry. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 504286029..f689fe982 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,6 @@ matrix: - os: osx compiler: clang env: TARGET=generic FLAGS= - allow_failures: - - os: osx install: - git clone https://github.com/VTest/VTest.git ../vtest