diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-10 22:59:19 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-11 00:17:52 +0100 |
commit | 16b27e06bd5589ff4acf80a55de976dbe56575c0 (patch) | |
tree | 39b492f415015b4423b05fd26cfe9cec0132ad85 /scripts | |
parent | 8b2dec6ab771c74815ae6d3358c8e58cf7815f23 (diff) | |
download | curl-16b27e06bd5589ff4acf80a55de976dbe56575c0.tar.gz |
travis: make the Hyper build from its master branch
Closes #6430
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis/before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |