Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3006 from m-kuhn/Qt5ConsoleTests
Enable console tests on Qt5
  • Loading branch information
m-kuhn committed Apr 15, 2016
2 parents b95d6c1 + 449fad3 commit c921dc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ci/travis/linux/qt5/before_install.sh
Expand Up @@ -9,7 +9,7 @@ export CORES=2

pushd ${HOME}

curl -L https://github.com/opengisch/osgeo4travis/raw/binary-py33/osgeo4travis.tar.xz | tar -JxC /home/travis
curl -L https://github.com/opengisch/osgeo4travis/archive/qt5bin.tar.gz | tar -xzC /home/travis --strip-components=1
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
popd

Expand Down
1 change: 0 additions & 1 deletion ci/travis/linux/qt5/blacklist.txt
Expand Up @@ -10,7 +10,6 @@ PyQgsComposerMapGrid
PyQgsComposerPicture
PyQgsComposerPolygon
PyQgsComposerShapes
PyQgsConsole
PyQgsDelimitedTextProvider
PyQgsEditWidgets
PyQgsGeometryGeneratorSymbolLayerV2
Expand Down

0 comments on commit c921dc3

Please sign in to comment.