more travis argh

This commit is contained in:
John Cupitt 2015-04-14 12:23:07 +01:00
parent 6030431bab
commit 4d63bfd7fd
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ before_install:
- 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
- sudo (cd gobject-introspection-1.31.22 && make install)
- 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
- sudo (cd pygobject-3.10.2 && make install)
- sudo "cd pygobject-3.10.2 && make install"
before_script:
- ./bootstrap.sh
- ./configure