From 604a957c6780fb09f8748b7577a8349efc074005 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 31 Jul 2019 17:32:39 +0200 Subject: Support various macOS Versions --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 85a48f60..822aff46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,19 @@ matrix: if: type != cron AND (tag =~ ^v[0-9.]+$ OR branch != master) - language: generic os: osx + osx_image: xcode10.2 + sudo: required + env: BUILD=osx + if: type != cron AND (tag =~ ^v[0-9.]+$ OR branch != master) + - language: generic + os: osx + osx_image: xcode9.4 + sudo: required + env: BUILD=osx + if: type != cron AND (tag =~ ^v[0-9.]+$ OR branch != master) + - language: generic + os: osx + osx_image: xcode9.2 sudo: required env: BUILD=osx if: type != cron AND (tag =~ ^v[0-9.]+$ OR branch != master) -- cgit v1.3.1