From daae8fd197fd71691bf5432445d78ce17e83a039 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 7 Apr 2018 13:27:24 +0200 Subject: [PATCH] Revert "Add macOS to the Travis testing matrix" --- .travis.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index e599c75e7..0b280c2fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ language: c jobs: include: - &test-ubuntu - os: linux stage: test compiler: gcc addons: @@ -58,8 +57,7 @@ jobs: - TARGET_BOX=LINUX32 - BTYPE="BINARY=32" - - os: linux - stage: test + - stage: test compiler: gcc addons: apt: @@ -79,7 +77,6 @@ jobs: # which is slower than container-based infrastructure used for jobs # that don't require sudo. - &test-alpine - os: linux stage: test dist: trusty sudo: true @@ -123,7 +120,6 @@ jobs: - BTYPE="BINARY=64 NO_AFFINITY=1 USE_OPENMP=0 NO_LAPACK=0 TARGET=core2" - &test-cmake - os: linux stage: test compiler: clang addons: @@ -151,17 +147,6 @@ jobs: env: - CMAKE=1 - - os: osx - stage: test - osx_image: xcode8 - before_script: *common-before - - brew update - - brew install gcc # for gfortran - script: - - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE - env: - - BTYPE="BINARY=64 INTERFACE64=1" - # whitelist branches: only: