aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2019-08-30 23:53:19 +0200
committerRichard Weickelt <richard@weickelt.de>2019-09-02 07:24:39 +0000
commitba5fee416d945f0bd241c113d0270eee07b58106 (patch)
treeadf2643839f5bfb88ada6bb38eb81182b903479e /.travis.yml
parent6f407d2e4050dcf3fa00b81a95f2895744be28e8 (diff)
Update Xcode version to 10.3
Change-Id: I97e475dbe493dbdd06491648ed1ebc767e7ff621 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 89d968b83..1e83ac8a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,9 +41,9 @@ jobs:
- &build-on-macos
stage: Build Qbs and and run autotests
- name: With Qbs on macOS (xcode 10.2)
+ name: With Qbs on macOS (xcode 10.3)
os: osx
- osx_image: xcode10.2
+ osx_image: xcode10.3
addons:
homebrew:
packages:
@@ -67,11 +67,6 @@ jobs:
- qbs config defaultProfile qt
- scripts/build-qbs-with-qbs.sh
-# Disabled because of https://bugreports.qt.io/browse/QBS-1456
-# - <<: *build-on-macos
-# name: With Qbs on macOS (xcode 9.4)
-# osx_image: xcode9.4
-
- &build-on-windows
stage: Build Qbs and and run autotests
name: With Qbs on Windows (Visual Studio 2017)