summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-07 17:22:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-07 17:31:14 +0200
commitfc404d58738b1bb8724aebb723a8c2ce58b01ac8 (patch)
tree3d012826c7277ba7b16781bf0ef1b786c83edc05 /scripts
parentb28a88951da56162ce7042fc6afac904e5c0614f (diff)
downloadcurl-fc404d58738b1bb8724aebb723a8c2ce58b01ac8.tar.gz
travis: remove the hyper build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/before_script.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 1bb76f4bc..257420e81 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/travis/before_script.sh
@@ -106,15 +106,6 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then
make install
fi
-if [ "$TRAVIS_OS_NAME" = linux -a "$HYPER" ]; then
- cd $HOME
- 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
- RUSTFLAGS="--cfg hyper_unstable_ffi" cargo build --features client,http1,http2,ffi
-fi
-
if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
cd $HOME
git clone --depth=1 --recursive https://github.com/cloudflare/quiche.git