From: Daniel Stenberg Date: Sun, 10 Jan 2021 21:59:19 +0000 (+0100) Subject: travis: make the Hyper build from its master branch X-Git-Tag: curl-7_75_0~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16b27e06bd5589ff4acf80a55de976dbe56575c0;p=thirdparty%2Fcurl.git travis: make the Hyper build from its master branch Closes #6430 --- diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index c82a97c62a..b22340211e 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