Merge branch 'master' into testing

This commit is contained in:
Gergely Polonkai 2015-01-12 10:17:35 +01:00
commit e854485da3
2 changed files with 7 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

View File

@ -27,3 +27,4 @@
20051231
20081231
20120630
20150630