From 432439a4655d887b03629c7f3ce20ed334467cb4 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 13 Apr 2015 13:29:26 +0200 Subject: travis: install socat >= 1.7.2 Signed-off-by: Ruediger Meier --- .travis-functions.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis-functions.sh') diff --git a/.travis-functions.sh b/.travis-functions.sh index 86146b0cd..e35d8708c 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -86,6 +86,13 @@ function travis_install_script gtk-doc-tools \ ntp \ || return + + # install/upgrade custom stuff from non-official sources + sudo add-apt-repository -y ppa:malcscott/socat || return + sudo apt-get -qq update || return + sudo apt-get install -qq >/dev/null \ + socat \ + || return } function travis_before_script -- cgit v1.2.3-55-g7522