Revert "Move to container based Travis"

This reverts commit a006498281.

SWE-GLib cannot use container based tests, as the gnome-common package
is disallowed.

Issue travis-ci/apt-package-whitelist#1103 has been opened to resolve
this dependency.
This commit is contained in:
Gergely Polonkai 2015-09-03 08:42:11 +00:00
parent a006498281
commit dbfb734b1f
1 changed files with 2 additions and 7 deletions

View File

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