From 629463f6928b5ff9302ba860eb4caa038b208798 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 May 2021 16:54:04 +0200 Subject: [PATCH] travis: run tests 1 - 153 with hyper --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b4b4e4307..54b466eb3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ jobs: - libbrotli-dev - libzstd-dev - env: - - T=debug HYPER="yes" C="--with-hyper=$HOME/hyper --with-openssl" LD_LIBRARY_PATH=$HOME/hyper/target/debug:/usr/local/lib TFLAGS="1 to 93" + - T=debug HYPER="yes" C="--with-hyper=$HOME/hyper --with-openssl" LD_LIBRARY_PATH=$HOME/hyper/target/debug:/usr/local/lib TFLAGS="1 to 153" addons: apt: <<: *common_apt -- 2.47.3