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 d1cefe9 commit 16a2495Copy full SHA for 16a2495
.travis.yml
@@ -5,12 +5,12 @@ services:
5
6
sudo: required
7
dist: trusty
8
-osx_image: xcode10.1
+osx_image: xcode10.2
9
10
env:
11
global:
12
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13
- - QT_VER=5.12.3
+ - QT_VER=5.12.4
14
- DOCKER_IMAGE=base
15
- MAKE_RUN_TESTS=true
16
- TARGET_NAME=qtservice
appveyor.yml
@@ -4,7 +4,7 @@ image:
4
version: build-{build}
environment:
- QT_VER: 5.12.3
+ QT_VER: 5.12.4
MAKE_RUN_TESTS: true
TARGET_NAME: qtservice
0 commit comments