Fix .travis.yml

This commit is contained in:
Gergely Polonkai 2015-09-03 07:36:00 +00:00
parent 9da6941f0a
commit 258dcc8356
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: c
before-install: sudo apt-get update
before_install: sudo apt-get update
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common
before-script: ./autogen.sh
before_script: ./autogen.sh
script:
- make
- make check