Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[travis] add libqt4-sql-sqlite package
This commit fix the PyQgsAppStartup test which fails with c706513
because the QSQLITE driver was not found.
  • Loading branch information
slarosa committed Jun 19, 2015
1 parent f79d747 commit b6e059c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -35,13 +35,13 @@ before_install:
grass-dev libexpat1-dev libfcgi-dev libgdal1-dev
libgeos-dev libgsl0-dev libpq-dev libproj-dev
libqscintilla2-dev libqt4-dev libqt4-opengl-dev
libqtwebkit-dev libqwt-dev libspatialindex-dev
libspatialite-dev libsqlite3-dev lighttpd pkg-config
poppler-utils pyqt4-dev-tools python python-dev
python-qt4 python-qt4-dev python-sip python-sip-dev
spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi
xfonts-base xfonts-scalable xvfb
postgresql-9.1-postgis-2.1
libqt4-sql-sqlite libqtwebkit-dev libqwt-dev
libspatialindex-dev libspatialite-dev libsqlite3-dev
lighttpd pkg-config poppler-utils pyqt4-dev-tools
python python-dev python-qt4 python-qt4-dev
python-sip python-sip-dev spawn-fcgi txt2tags
xauth xfonts-100dpi xfonts-75dpi xfonts-base
xfonts-scalable xvfb postgresql-9.1-postgis-2.1
- cmake --version
- clang --version

Expand Down

1 comment on commit b6e059c

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jef-n Does this change also need to be reflected in the debian control files? Looks like it's causing errors on the nightly builds (http://dash.orfeo-toolbox.org/testDetails.php?test=31058969&build=187677)

Please sign in to comment.