]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: travis: remove the "allow_failures" entry
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Apr 2019 06:58:02 +0000 (08:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Apr 2019 06:58:02 +0000 (08:58 +0200)
Now that OSX passes all regtests as well, remove this temporary entry.

.travis.yml

index 504286029d50531e52bfebb7716e5b158529145f..f689fe982eee8701bc8c4feabb925133a8208a6d 100644 (file)
@@ -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