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:
parent
95f085ea0a
commit
371c123f17
@ -1,2 +1,2 @@
|
|||||||
language: c
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user