Skip to content

Commit

Permalink
updated ci to 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Dec 8, 2018
1 parent 07b6602 commit 7e10d2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 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
osx_image: xcode10.1

env:
global:
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
- QT_VER=5.11.2
- QT_VER=5.12.0

matrix:
include:
Expand Down
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@ image:
version: build-{build}

environment:
QT_VER: 5.11.2
QT_VER: 5.12.0

matrix:
- PLATFORM: msvc2017_64
- PLATFORM: mingw53_32
- PLATFORM: mingw73_64
- PLATFORM: msvc2015_64
- PLATFORM: msvc2015

matrix:
exclude:
- PLATFORM: msvc2017_64
image: Visual Studio 2015
- PLATFORM: mingw53_32
- PLATFORM: mingw73_64
image: Visual Studio 2015
- PLATFORM: msvc2015_64
image: Visual Studio 2017
- PLATFORM: msvc2015
image: Visual Studio 2017

install:
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
Expand Down

0 comments on commit 7e10d2c

Please sign in to comment.