We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6897980 commit 2af3905Copy full SHA for 2af3905
.travis.yml
@@ -5,12 +5,12 @@ services:
5
6
sudo: required
7
dist: trusty
8
-osx_image: xcode10.2
+osx_image: xcode11
9
10
env:
11
global:
12
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13
- - QT_VER=5.13.0
+ - QT_VER=5.13.1
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.13.0
+ QT_VER: 5.13.1
MAKE_RUN_TESTS: true
TARGET_NAME: qtservice
0 commit comments