Skip to content

Commit 7e10d2c

Browse files
committed
updated ci to 5.12
1 parent 07b6602 commit 7e10d2c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ services:
55

66
sudo: required
77
dist: trusty
8-
osx_image: xcode10
8+
osx_image: xcode10.1
99

1010
env:
1111
global:
1212
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
13-
- QT_VER=5.11.2
13+
- QT_VER=5.12.0
1414

1515
matrix:
1616
include:

appveyor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,21 @@ image:
55
version: build-{build}
66

77
environment:
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

1615
matrix:
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

2724
install:
2825
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis

0 commit comments

Comments
 (0)