]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
travis: make the Hyper build from its master branch
authorDaniel Stenberg <daniel@haxx.se>
Sun, 10 Jan 2021 21:59:19 +0000 (22:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 10 Jan 2021 23:17:52 +0000 (00:17 +0100)
Closes #6430

scripts/travis/before_script.sh

index c82a97c62a1febf6606a03d5e7135b963b197166..b22340211e52759761bb19a96f2dcd87ebf77aac 100755 (executable)
@@ -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