Remove make check from Travis config
The checks are not working yet, thus Travis is continuously fails.
This commit is contained in:
parent
1225c5c8ed
commit
cb9cf3a4ce
@ -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: ./configure && make
|
||||
|
Loading…
Reference in New Issue
Block a user