Use discord-rpc 3.3.0 on Travis

This commit is contained in:
Michał Janiszewski 2018-05-12 15:47:55 +02:00
parent 66d625086d
commit 9f8e1e7c9c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
elif [[ $(uname) == "Linux" ]]; then
# Clone discord-rpc for Discord's Rich Presence support
# Use tagged release to prevent upstream changes from breaking our code
git clone https://github.com/discordapp/discord-rpc -b v3.2.0
git clone https://github.com/discordapp/discord-rpc -b v3.3.0
# Use rapidjson with a hack for GCC 8, while awaiting a fix upstream:
# https://github.com/Tencent/rapidjson/issues/1205
git clone https://github.com/janisozaur/rapidjson discord-rpc/thirdparty/rapidjson -b patch-1