Fix script in Travis CI configuration
The default C script uses make test, but we have make check instead
This commit is contained in:
parent
c4c9e2eced
commit
74cc121221
@ -1,2 +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
|
||||||
|
Loading…
Reference in New Issue
Block a user