From 16d2719e03b51d8a6b2e971bfd5ccaf5ff5236a6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 10 Jan 2021 22:59:19 +0100 Subject: travis: make the Hyper build from its master branch --- scripts/travis/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index c82a97c62..b22340211 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -105,7 +105,7 @@ fi if [ "$TRAVIS_OS_NAME" = linux -a "$HYPER" ]; then cd $HOME - git clone --depth=1 -b hyper-capi https://github.com/hyperium/hyper.git + git clone --depth=1 https://github.com/hyperium/hyper.git curl https://sh.rustup.rs -sSf | sh -s -- -y source $HOME/.cargo/env cd $HOME/hyper -- cgit v1.2.1