Skip to content

Commit a200b83

Browse files
committed
update ci to 5.11.1
1 parent 44ba0d5 commit a200b83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ osx_image: xcode9.3
1010
env:
1111
global:
1212
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
13-
- QT_VER=5.11.0
13+
- QT_VER=5.11.1
1414

1515
matrix:
1616
include:

appveyor.yml

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

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

1010
matrix:
1111
- PLATFORM: msvc2017_64
@@ -17,12 +17,12 @@ matrix:
1717
exclude:
1818
- PLATFORM: msvc2017_64
1919
image: Visual Studio 2015
20+
- PLATFORM: mingw53_32
21+
image: Visual Studio 2015
2022
- PLATFORM: msvc2015_64
2123
image: Visual Studio 2017
2224
- PLATFORM: msvc2015
2325
image: Visual Studio 2017
24-
- PLATFORM: mingw53_32
25-
image: Visual Studio 2017
2626

2727
install:
2828
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis

0 commit comments

Comments
 (0)