Move to container based Travis

This commit is contained in:
Gergely Polonkai 2015-09-14 11:05:20 +02:00
parent e394ffa15e
commit 7b3a1ddeaf
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
sudo: false
language: c
before_install: sudo apt-get update
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common
addons:
apt:
packages:
- libglib2.0-dev
- gobject-introspection
- gnome-common
- autopoint
before_script: ./autogen.sh
script:
- make