Skip to content

Commit ec72e94

Browse files
committed
update ci to 5.13.0
1 parent bec8fb0 commit ec72e94

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ services:
55

66
sudo: required
77
dist: trusty
8-
osx_image: xcode10.1
8+
osx_image: xcode10.2
99

1010
env:
1111
global:
1212
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13-
- QT_VER=5.12.3
13+
- QT_VER=5.13.0
1414
- DOCKER_IMAGE=base
1515
- MAKE_RUN_TESTS=true
1616
- TARGET_NAME=qtautoupdater
@@ -22,9 +22,6 @@ matrix:
2222
- PLATFORM=gcc_64
2323
- BUILD_DOC=true
2424
- BUILD_EXAMPLES=true
25-
- os: linux
26-
env:
27-
- PLATFORM=emscripten
2825
- os: osx
2926
env:
3027
- PLATFORM=clang_64

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
version: build-{build}
66

77
environment:
8-
QT_VER: 5.12.3
8+
QT_VER: 5.13.0
99
MAKE_RUN_TESTS: true
1010
TARGET_NAME: qtautoupdater
1111

0 commit comments

Comments
 (0)