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.
arabic-lots
Gergely Polonkai 8 years ago
parent a006498281
commit dbfb734b1f

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

Loading…
Cancel
Save