Remove OSX; let Github CI build those instead

This commit is contained in:
Justin Ethier 2020-08-31 14:29:57 -04:00
parent fd3b63d4a5
commit 1ad9280ca4

View file

@ -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
- |