We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e560f commit 07b6602Copy full SHA for 07b6602
.travis.yml
@@ -5,12 +5,12 @@ services:
5
6
sudo: required
7
dist: trusty
8
-osx_image: xcode9.3
+osx_image: xcode10
9
10
env:
11
global:
12
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
13
- - QT_VER=5.11.1
+ - QT_VER=5.11.2
14
15
matrix:
16
include:
appveyor.yml
@@ -5,13 +5,13 @@ image:
version: build-{build}
environment:
- QT_VER: 5.11.1
+ QT_VER: 5.11.2
- PLATFORM: msvc2017_64
+ - PLATFORM: mingw53_32
- PLATFORM: msvc2015_64
- PLATFORM: msvc2015
- - PLATFORM: mingw53_32
17
exclude:
0 commit comments