* Travis won't work because of libgtk requirements

This commit is contained in:
Stelios Tsampas 2017-10-11 16:03:11 +03:00
parent b7e47230b4
commit e88054e981
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ compiler:
addons:
apt:
sources:
- ubuntu-sdk-team
packages:
- autoconf-archive
- intltool
@ -15,4 +17,4 @@ addons:
script:
- ./autogen.sh
- make
- make -j1