From 4abda19acf8fbf293e59014cb659d73fb02b852f Mon Sep 17 00:00:00 2001 From: Izaak Beekman Date: Sun, 8 Jul 2018 18:51:28 -0400 Subject: [PATCH] Remove macOS CMake tests Using MPI with older GFortran still requires a custom bottle --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 939e78d6d..2c6c96680 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,13 +27,6 @@ matrix: OSX_PACKAGES="gcc@6 shellcheck cmake" # cmake should be removed, but we should be installing binaries # because building from source takes forever - - - <<: *macOS - env: - - BUILD_TYPE="cmake" - GCC=6 - OSX_PACKAGES="gcc@6 shellcheck cmake" - - &ubuntu os: linux sudo: false