Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit b79c442

Browse files
committed
update ci to 5.11.2
1 parent 866fc54 commit b79c442

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

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

66
sudo: required
77
dist: trusty
8-
osx_image: xcode9.4
8+
osx_image: xcode10
99

1010
env:
1111
global:
1212
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
13-
- QT_VER=5.11.1
13+
- QT_VER=5.11.2
1414
- EXTRA_MODULES=".qtremoteobjects .skycoder42.datasync"
1515
- DOCKER_IMAGE=datasync
1616
- MAKE_RUN_TESTS=true #experimental

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.11.1
8+
QT_VER: 5.11.2
99
EXTRA_MODULES: .qtremoteobjects;.skycoder42.datasync
1010
MAKE_RUN_TESTS: true #experimental
1111

0 commit comments

Comments
 (0)