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 bec8fb0 commit ec72e94Copy full SHA for ec72e94
.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.13.0
14
- DOCKER_IMAGE=base
15
- MAKE_RUN_TESTS=true
16
- TARGET_NAME=qtautoupdater
@@ -22,9 +22,6 @@ matrix:
22
- PLATFORM=gcc_64
23
- BUILD_DOC=true
24
- BUILD_EXAMPLES=true
25
- - os: linux
26
- env:
27
- - PLATFORM=emscripten
28
- os: osx
29
30
- PLATFORM=clang_64
appveyor.yml
@@ -5,7 +5,7 @@ image:
version: build-{build}
environment:
- QT_VER: 5.12.3
+ QT_VER: 5.13.0
MAKE_RUN_TESTS: true
TARGET_NAME: qtautoupdater
0 commit comments