travis: make the Hyper build from its master branch

Closes #6430
This commit is contained in:
Daniel Stenberg 2021-01-10 22:59:19 +01:00
parent 8b2dec6ab7
commit 16b27e06bd
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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