Update Travis CI for Linux networking addition

This commit is contained in:
Daniel Nowak 2018-10-03 20:09:26 -04:00 committed by Jonathan Li
parent 614209be2d
commit 281b6861e1
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,8 @@ linux_32_before_install() {
libxft-dev:i386 \
portaudio19-dev:i386 \
zlib1g-dev:i386 \
libxml2-dev:i386 \
libpcap0.8-dev:i386 \
${COMPILER_PACKAGE}
# Manually add ccache symlinks for clang
@ -109,6 +111,8 @@ linux_64_before_install() {
libsoundtouch-dev \
libwxgtk3.0-dev \
portaudio19-dev \
libxml2-dev \
libpcap0.8-dev \
${COMPILER_PACKAGE}
}