Move to container based Travis
This commit is contained in:
parent
e394ffa15e
commit
7b3a1ddeaf
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user