Revert "Remove make check from Travis config"

This reverts commit cb9cf3a4ce.
The make check problem has been fixed since then
This commit is contained in:
Gergely Polonkai 2014-08-13 01:06:46 +02:00
parent b77aae9f5c
commit fbc5a4e922
1 changed files with 1 additions and 1 deletions

View File

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