aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-08-29 10:19:33 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-08-31 09:33:06 +0000
commitffb67c07ebd98effe891153bf410734ead3a6274 (patch)
treebe6fc62daa69bbcfeafbf9c628bf742296f4358d
parent666ff77372ad1c7899bf6317e14bcd4caebdc957 (diff)
travis: drop support for Xcode 9.4
It doesn't support c++17, so it's time to drop it. Besides, Xcode 12.0 is coming soon. Change-Id: Ia0053d3144050b62dff459b540bbce6e64bc9931 Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f67bb0208..191cfb515 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -170,11 +170,6 @@ jobs:
osx_image: xcode10.3
if: NOT branch =~ ^gerrit
- - <<: *build-on-macos
- name: With Qbs on macOS (xcode 9.4)
- osx_image: xcode9.4
- if: NOT branch =~ ^gerrit
-
- &build-on-windows-with-docker
stage: Build Qbs and and run autotests
name: With Qbs on Windows with Docker (Visual Studio 2017)