Remove ./configure from travis.yml

configure is invoket by autogen.sh already, due to jhbuild compatibility
This commit is contained in:
Gergely Polonkai 2014-08-13 18:29:02 +02:00
parent fbc5a4e922
commit c9e382d04b
1 changed files with 1 additions and 1 deletions

View File

@ -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