aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 208ae94a2..ddf2f1449 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,8 @@ git:
env:
global:
- QT_INSTALL_DIR=~/Qt
- - QT_VERSION=5.12.5
- - QTCREATOR_VERSION=4.10.1
+ - QT_VERSION=5.12.6
+ - QTCREATOR_VERSION=4.10.2
stages:
- name: Build Qbs and and run autotests
@@ -69,6 +69,10 @@ jobs:
- qbs config defaultProfile qt
- scripts/build-qbs-with-qbs.sh
+ - <<: *build-on-macos
+ name: With Qbs on macOS (xcode 11)
+ osx_image: xcode11
+
- &build-on-windows
stage: Build Qbs and and run autotests
name: With Qbs on Windows (Visual Studio 2017)