Skip to content

Commit

Permalink
[TravisCI] Remove broken windows build
Browse files Browse the repository at this point in the history
 - mxe server is down so the build always breaks
  • Loading branch information
bugwelle committed Jan 6, 2019
1 parent 5578148 commit d11d788
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
language: generic
matrix:
include:
- env: QT=qtMac CXX=clang++ CC=clang
- name: "macOS build"
env: QT=qtMac CXX=clang++ CC=clang
os: osx
- env: QT=qt510 QT_PPA=qt-5.10.1 CXX=g++ CC=gcc
- name: "Linux Qt 5.10 build"
env: QT=qt510 QT_PPA=qt-5.10.1 CXX=g++ CC=gcc
os: linux
dist: trusty
- env: QT=qt55 QT_PPA=qt551 CXX=g++ CC=gcc
- name: "Linux Qt 5.5 build"
env: QT=qt55 QT_PPA=qt551 CXX=g++ CC=gcc
os: linux
dist: trusty
- env: QT=qtWin
os: linux
dist: xenial
# - env: QT=qtWin
# os: linux
# dist: xenial

sudo: required

Expand Down

0 comments on commit d11d788

Please sign in to comment.