Update Travis CI config
This commit is contained in:
parent
2a615e44c8
commit
27338c465f
@ -1,3 +1,7 @@
|
||||
language: c
|
||||
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common && ./autogen.sh
|
||||
script: make && make check
|
||||
before-install: sudo apt-get update
|
||||
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common
|
||||
before-script: ./autogen.sh
|
||||
script:
|
||||
- make
|
||||
- make check
|
||||
|
Loading…
Reference in New Issue
Block a user