Skip to content

Commit

Permalink
update ci to 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Jun 24, 2019
1 parent bec8fb0 commit ec72e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:

sudo: required
dist: trusty
osx_image: xcode10.1
osx_image: xcode10.2

env:
global:
- QDEP_CACHE_DIR=$HOME/.qdep-cache
- QT_VER=5.12.3
- QT_VER=5.13.0
- DOCKER_IMAGE=base
- MAKE_RUN_TESTS=true
- TARGET_NAME=qtautoupdater
Expand All @@ -22,9 +22,6 @@ matrix:
- PLATFORM=gcc_64
- BUILD_DOC=true
- BUILD_EXAMPLES=true
- os: linux
env:
- PLATFORM=emscripten
- os: osx
env:
- PLATFORM=clang_64
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec72e94

Please sign in to comment.