Skip to content

Commit cf94e8e

Browse files
committedSep 4, 2018
Disable qt5 Travis builds -- the build environment is currently broken
1 parent 28ae07a commit cf94e8e

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed
 

‎.travis.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -58,42 +58,42 @@ matrix:
5858
- python-sip-dev
5959
- txt2tags
6060
- xvfb
61-
# QT5 based build with Python 3 // using container based builds and prebuild binary dependencies in osgeo4travis
62-
- os: linux
63-
language: python # This lets us use newer python versions from virtualenv
64-
env:
65-
- BUILD=qt5
66-
- QT_VERSION=5
67-
- LLVM_VERSION=3.8
68-
dist: precise
69-
sudo: false
70-
cache:
71-
apt: true
72-
directories:
73-
- $HOME/.ccache
74-
compiler: gcc
75-
python: "3.3"
76-
addons:
77-
postgresql: "9.4"
78-
apt:
79-
sources:
80-
- llvm-toolchain-precise-3.8
81-
- ubuntu-toolchain-r-test
82-
- george-edison55-precise-backports # doxygen 1.8.3
83-
packages:
84-
- doxygen
85-
- bison
86-
- flex
87-
- graphviz
88-
- libpq-dev
89-
- libfcgi-dev
90-
- libfftw3-3
91-
- pkg-config
92-
- poppler-utils
93-
- txt2tags
94-
- xvfb
95-
- flip
96-
- clang-3.8
61+
# QT5 based build with Python 3 // using container based builds and prebuild binary dependencies in osgeo4travis
62+
# - os: linux
63+
# language: python # This lets us use newer python versions from virtualenv
64+
# env:
65+
# - BUILD=qt5
66+
# - QT_VERSION=5
67+
# - LLVM_VERSION=3.8
68+
# dist: precise
69+
# sudo: false
70+
# cache:
71+
# apt: true
72+
# directories:
73+
# - $HOME/.ccache
74+
# compiler: gcc
75+
# python: "3.3"
76+
# addons:
77+
# postgresql: "9.4"
78+
# apt:
79+
# sources:
80+
# - llvm-toolchain-precise-3.8
81+
# - ubuntu-toolchain-r-test
82+
# - george-edison55-precise-backports # doxygen 1.8.3
83+
# packages:
84+
# - doxygen
85+
# - bison
86+
# - flex
87+
# - graphviz
88+
# - libpq-dev
89+
# - libfcgi-dev
90+
# - libfftw3-3
91+
# - pkg-config
92+
# - poppler-utils
93+
# - txt2tags
94+
# - xvfb
95+
# - flip
96+
# - clang-3.8
9797
# OSX based build with QT4 and Python 2
9898
- os: osx
9999
env:

0 commit comments

Comments
 (0)
Please sign in to comment.