From 0439476abe2980c3c70e2fb2d50842d8a480f676 Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Sun, 1 Sep 2019 00:08:14 -0600 Subject: [PATCH] Removed OSX allowed failure from travis --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a5d58344..562418241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,6 @@ cache: # - osx # Create a matrix to branch the building environment matrix: - allow_failures: - - os: osx - #dist: trusty include: - os: linux # Compiler is specified in ./travis/common.sh