File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
55
66sudo : required
77dist : trusty
8- osx_image : xcode10
8+ osx_image : xcode10.1
99
1010env :
1111 global :
1212 - QPMX_CACHE_DIR=$HOME/.qpmx-cache
13- - QT_VER=5.11.2
13+ - QT_VER=5.12.0
1414
1515matrix :
1616 include :
Original file line number Diff line number Diff line change 55version : build-{build}
66
77environment :
8- QT_VER : 5.11.2
8+ QT_VER : 5.12.0
99
1010 matrix :
1111 - PLATFORM : msvc2017_64
12- - PLATFORM : mingw53_32
12+ - PLATFORM : mingw73_64
1313 - PLATFORM : msvc2015_64
14- - PLATFORM : msvc2015
1514
1615matrix :
1716 exclude :
1817 - PLATFORM : msvc2017_64
1918 image : Visual Studio 2015
20- - PLATFORM : mingw53_32
19+ - PLATFORM : mingw73_64
2120 image : Visual Studio 2015
2221 - PLATFORM : msvc2015_64
2322 image : Visual Studio 2017
24- - PLATFORM : msvc2015
25- image : Visual Studio 2017
2623
2724install :
2825 - git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
You can’t perform that action at this time.
0 commit comments