summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh7
1 files changed, 7 insertions, 0 deletions
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