Move to container based Travis

This commit is contained in:
Gergely Polonkai 2015-09-03 08:31:43 +00:00
parent 258dcc8356
commit a006498281
1 changed files with 7 additions and 2 deletions

View File

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