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:
5
5
6
6
sudo : required
7
7
dist : trusty
8
- osx_image : xcode10
8
+ osx_image : xcode10.1
9
9
10
10
env :
11
11
global :
12
12
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
13
- - QT_VER=5.11.2
13
+ - QT_VER=5.12.0
14
14
15
15
matrix :
16
16
include :
Original file line number Diff line number Diff line change 5
5
version : build-{build}
6
6
7
7
environment :
8
- QT_VER : 5.11.2
8
+ QT_VER : 5.12.0
9
9
10
10
matrix :
11
11
- PLATFORM : msvc2017_64
12
- - PLATFORM : mingw53_32
12
+ - PLATFORM : mingw73_64
13
13
- PLATFORM : msvc2015_64
14
- - PLATFORM : msvc2015
15
14
16
15
matrix :
17
16
exclude :
18
17
- PLATFORM : msvc2017_64
19
18
image : Visual Studio 2015
20
- - PLATFORM : mingw53_32
19
+ - PLATFORM : mingw73_64
21
20
image : Visual Studio 2015
22
21
- PLATFORM : msvc2015_64
23
22
image : Visual Studio 2017
24
- - PLATFORM : msvc2015
25
- image : Visual Studio 2017
26
23
27
24
install :
28
25
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
You can’t perform that action at this time.
0 commit comments