Remove ./configure from travis.yml
configure is invoket by autogen.sh already, due to jhbuild compatibility
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user