Skip to content

Commit 07b6602

Browse files
committed
update ci to 5.11.2
1 parent 91e560f commit 07b6602

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: xcode9.3
8+
osx_image: xcode10
99

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

1515
matrix:
1616
include:

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ image:
55
version: build-{build}
66

77
environment:
8-
QT_VER: 5.11.1
8+
QT_VER: 5.11.2
99

1010
matrix:
1111
- PLATFORM: msvc2017_64
12+
- PLATFORM: mingw53_32
1213
- PLATFORM: msvc2015_64
1314
- PLATFORM: msvc2015
14-
- PLATFORM: mingw53_32
1515

1616
matrix:
1717
exclude:

0 commit comments

Comments
 (0)