Remove make check from Travis config
The checks are not working yet, thus Travis is continuously fails.
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: ./configure && make
|
||||||
|
Reference in New Issue
Block a user