Skip to content

Commit

Permalink
Update Travis CI for Linux networking addition
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlyocean authored and turtleli committed Oct 4, 2018
1 parent 614209b commit 281b686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -109,6 +111,8 @@ linux_64_before_install() {
libsoundtouch-dev \
libwxgtk3.0-dev \
portaudio19-dev \
libxml2-dev \
libpcap0.8-dev \
${COMPILER_PACKAGE}
}

Expand Down

0 comments on commit 281b686

Please sign in to comment.