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 ea26dca commit 798ef2bCopy full SHA for 798ef2b
.travis.yml
@@ -10,7 +10,7 @@ osx_image: xcode10.1
10
env:
11
global:
12
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13
- - QT_VER=5.12.2
+ - QT_VER=5.12.3
14
- DOCKER_IMAGE=base
15
- MAKE_RUN_TESTS=true
16
- TARGET_NAME=qtautoupdater
appveyor.yml
@@ -5,7 +5,7 @@ image:
5
version: build-{build}
6
7
environment:
8
- QT_VER: 5.12.2
+ QT_VER: 5.12.3
9
MAKE_RUN_TESTS: true
TARGET_NAME: qtautoupdater
0 commit comments