Skip to content

Commit c921dc3

Browse files
committedApr 15, 2016
Merge pull request #3006 from m-kuhn/Qt5ConsoleTests
Enable console tests on Qt5
2 parents b95d6c1 + 449fad3 commit c921dc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎ci/travis/linux/qt5/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export CORES=2
99

1010
pushd ${HOME}
1111

12-
curl -L https://github.com/opengisch/osgeo4travis/raw/binary-py33/osgeo4travis.tar.xz | tar -JxC /home/travis
12+
curl -L https://github.com/opengisch/osgeo4travis/archive/qt5bin.tar.gz | tar -xzC /home/travis --strip-components=1
1313
curl -L https://cmake.org/files/v3.5/cmake-3.5.0-Linux-x86_64.tar.gz | tar --strip-components=1 -zxC /home/travis/osgeo4travis
1414
popd
1515

‎ci/travis/linux/qt5/blacklist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ PyQgsComposerMapGrid
1010
PyQgsComposerPicture
1111
PyQgsComposerPolygon
1212
PyQgsComposerShapes
13-
PyQgsConsole
1413
PyQgsDelimitedTextProvider
1514
PyQgsEditWidgets
1615
PyQgsGeometryGeneratorSymbolLayerV2

0 commit comments

Comments
 (0)
Please sign in to comment.