Remove ./configure from travis.yml

configure is invoket by autogen.sh already, due to jhbuild compatibility
pull/16/head
Gergely Polonkai 9 years ago
parent fbc5a4e922
commit c9e382d04b

@ -1,3 +1,3 @@
language: c
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common && ./autogen.sh
script: ./configure && make && make check
script: make && make check

Loading…
Cancel
Save