From e88054e9815a64683e7521244f5e5dfde1f76a79 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Wed, 11 Oct 2017 16:03:11 +0300 Subject: [PATCH] * Travis won't work because of libgtk requirements --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5480c6cc..c258b310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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