Skip to content

Commit 361dd2e

Browse files
committedSep 20, 2016
Remove qt4 tests from Travis
1 parent 9d1bf5b commit 361dd2e

File tree

1 file changed

+4
-60
lines changed

1 file changed

+4
-60
lines changed
 

‎.travis.yml

Lines changed: 4 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,6 @@
11
matrix:
22
fast_finish: true
3-
allow_failures:
4-
- os: osx
53
include:
6-
# QT4 based build with Python 2.7 // using container based builds and prebuild binary dependencies in osgeo4travis
7-
- os: linux
8-
language: cpp
9-
env:
10-
- BUILD=qt4
11-
- QT_VERSION=4
12-
# - LLVM_VERSION=3.8
13-
sudo: false
14-
cache:
15-
apt: true
16-
directories:
17-
- $HOME/.ccache
18-
compiler: gcc
19-
addons:
20-
postgresql: "9.4"
21-
apt:
22-
sources:
23-
# - llvm-toolchain-precise-3.8
24-
- ubuntu-toolchain-r-test
25-
- george-edison55-precise-backports # doxygen 1.8.3
26-
packages:
27-
- bison
28-
- gcc-6
29-
- g++-6
30-
- doxygen
31-
- flex
32-
- flip
33-
- libfcgi-dev
34-
- libfftw3-3
35-
- libpq-dev
36-
- libqscintilla2-dev
37-
- libqt4-dev
38-
- libqt4-opengl-dev
39-
- libqt4-sql-sqlite
40-
- libqtwebkit-dev
41-
- libqwt-dev
42-
- libspatialindex-dev
43-
- libspatialite-dev
44-
- libsqlite3-dev
45-
- pkg-config
46-
- poppler-utils
47-
- pyqt4-dev-tools
48-
- python
49-
- python-dev
50-
- python-numpy
51-
- python-pip
52-
- python-psycopg2
53-
- python-qscintilla2
54-
- python-qt4-dev
55-
- python-qt4-sql
56-
- python-sip
57-
- python-sip-dev
58-
- txt2tags
59-
- xvfb
604
# QT5 based build with Python 3 // using container based builds and prebuild binary dependencies in osgeo4travis
615
- os: linux
626
language: python # This lets us use newer python versions from virtualenv
@@ -93,10 +37,10 @@ matrix:
9337
- flip
9438
- clang-3.8
9539
# OSX based build with QT4 and Python 2
96-
- os: osx
97-
env:
98-
- BUILD=osx
99-
- IGNORE_BUILD_FAILURES=YES
40+
# - os: osx
41+
# env:
42+
# - BUILD=osx
43+
# - IGNORE_BUILD_FAILURES=YES
10044

10145
git:
10246
depth: 30

0 commit comments

Comments
 (0)
Please sign in to comment.