Fix Travis builds by using tagged discord-rpc version

This commit is contained in:
Michał Janiszewski 2018-04-17 20:35:36 +02:00 committed by GitHub
parent efb9f8a006
commit a1e0e63633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ if [[ "$(uname)" == "Darwin" ]]; then
fi
elif [[ $(uname) == "Linux" ]]; then
# Clone discord-rpc for Discord's Rich Presence support
git clone https://github.com/discordapp/discord-rpc
# Use tagged release to prevent upstream changes from breaking our code
git clone https://github.com/discordapp/discord-rpc -b v3.2.0
# prevent build.sh from re-doing all the steps again
case "$TARGET" in
"ubuntu_i686")