From 993020998099550c0cdc0425b3b34d4c5b051660 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 15 Apr 2019 13:24:02 -0400 Subject: [PATCH] give up on MacOS 10.12 Sierra and 32-bit Linux for now --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83120e8e..ac086155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,18 +26,6 @@ matrix: env: - GAMOS=windows - PLATFORM=x86 - - os: osx - language: generic - osx_image: xcode9.2 - env: - - GAMOS=macos - - PLATFORM=x86_64-sierra-testing - - os: linux - language: python - dist: precise - env: - - GAMOS=linux - - PLATFORM=x86 before_install: - source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh