From 6030431babd4ef0c1cba3cd306a92e13ab968b08 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 14 Apr 2015 12:05:55 +0100 Subject: [PATCH] more travis --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e93f2b3..3ae38f94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,12 @@ before_install: - sudo apt-get install python-dev python3-dev - wget http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.31/gobject-introspection-1.31.22.tar.xz - tar -xf gobject-introspection-1.31.22.tar.xz - - cd gobject-introspection-1.31.22 && ./configure --prefix=/usr && make && make install + - cd gobject-introspection-1.31.22 && ./configure --prefix=/usr && make + - sudo (cd gobject-introspection-1.31.22 && make install) - wget http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.10/pygobject-3.10.2.tar.xz - tar -xf pygobject-3.10.2.tar.xz - - cd pygobject-3.10.2 && ./configure --prefix=/usr && make && make install + - cd pygobject-3.10.2 && ./configure --prefix=/usr && make + - sudo (cd pygobject-3.10.2 && make install) before_script: - ./bootstrap.sh - ./configure