swe-glib/.travis.yml
Gergely Polonkai cb9cf3a4ce Remove make check from Travis config
The checks are not working yet, thus Travis is continuously fails.
2014-07-08 13:24:59 +02:00

4 lines
136 B
YAML

language: c
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common && ./autogen.sh
script: ./configure && make