summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
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)