Fix script in Travis CI configuration

The default C script uses make test, but we have make check instead
This commit is contained in:
Gergely Polonkai 2013-10-05 01:24:52 +02:00
parent c4c9e2eced
commit 74cc121221
1 changed files with 1 additions and 0 deletions

View File

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