From: Ruediger Meier Date: Mon, 13 Apr 2015 11:29:26 +0000 (+0200) Subject: travis: install socat >= 1.7.2 X-Git-Tag: v2.27-rc1~266^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=432439a4655d887b03629c7f3ce20ed334467cb4;p=thirdparty%2Futil-linux.git travis: install socat >= 1.7.2 Signed-off-by: Ruediger Meier --- diff --git a/.travis-functions.sh b/.travis-functions.sh index 86146b0cdc..e35d8708c3 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