travis: use ethereal.

Closes: #9396 [via git-merge-pr]
This commit is contained in:
maxice8 2019-03-05 22:47:54 -03:00 committed by Michael Aldridge
parent 32ca5156c4
commit 3f4d1f1555
9 changed files with 56 additions and 37 deletions

10
common/travis/fetch-xtools.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
#
# fetch-xtools.sh
mkdir -p /tmp/bin
/bin/echo -e '\x1b[32mInstalling xtools...\x1b[0m'
wget -q -O - https://github.com/chneukirchen/xtools/archive/master.tar.gz | \
gunzip | tar x -C /tmp/bin --wildcards "xtools-master/x*" \
--strip-components=1 || exit 1