Update Travis CI config

This commit is contained in:
Gergely Polonkai 2014-11-17 17:21:45 +01:00
parent 2a615e44c8
commit 27338c465f
1 changed files with 6 additions and 2 deletions

View File

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