From 1ad9280ca4b7ec95500878c859237cf834beb812 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 31 Aug 2020 14:29:57 -0400 Subject: [PATCH] Remove OSX; let Github CI build those instead --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99ab688c..ac91cd61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,18 +32,11 @@ matrix: - gmake - libtommath - concurrencykit - - os: osx - image: xcode11.2 - addons: - homebrew: - packages: - - libtommath - - concurrencykit notifications: email: false before_install: - | - if [[ "$(uname)" != "FreeBSD" && "$(uname)" != "Darwin" ]]; then + if [ "$(uname)" != "FreeBSD" ]; then sudo ln -s /usr/bin/make /usr/bin/gmake fi - |