From 371c123f175a8ac1621d6c7d5fdbb04bb7bf51f1 Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Fri, 4 Oct 2013 23:53:26 +0200 Subject: [PATCH] Add gnome-common to Travis CI configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With removing GTK-Doc as a dependency, it is not installed any more – however, it is badly needed by autogen.sh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e062601..6a793bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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