aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)