Remove ./configure from travis.yml
configure is invoket by autogen.sh already, due to jhbuild compatibility
This commit is contained in:
parent
fbc5a4e922
commit
c9e382d04b
@ -1,3 +1,3 @@
|
|||||||
language: c
|
language: c
|
||||||
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common && ./autogen.sh
|
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common && ./autogen.sh
|
||||||
script: ./configure && make && make check
|
script: make && make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user