Add gnome-common to Travis CI configuration

With removing GTK-Doc as a dependency, it is not installed any more –
however, it is badly needed by autogen.sh
This commit is contained in:
Gergely Polonkai 2013-10-04 23:53:26 +02:00
parent 95f085ea0a
commit 371c123f17
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
language: c
install: sudo apt-get install libglib2.0-dev gobject-introspection && ./autogen.sh
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common && ./autogen.sh