From a1e0e6363370c167b4eb3ea0b957749d5046220f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 17 Apr 2018 20:35:36 +0200 Subject: [PATCH] Fix Travis builds by using tagged discord-rpc version --- scripts/linux/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/linux/install.sh b/scripts/linux/install.sh index a301cf05cf..d95a2ad9ef 100755 --- a/scripts/linux/install.sh +++ b/scripts/linux/install.sh @@ -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")