Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 6038878

Browse files
committed
Use nghttp2 from git for testing.
We'll want to return to a pinned version once a well-defined HPACK-9 release is shipped, but I'm sick of having my tests labelled 'broken'.
1 parent 6667884 commit 6038878

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ if [[ "$NGHTTP2" = true ]]; then
2020
pip install cython
2121

2222
# Now, download and install nghttp2's latest version.
23-
wget https://github.com/tatsuhiro-t/nghttp2/releases/download/v0.5.0/nghttp2-0.5.0.tar.gz
24-
tar -xzvf nghttp2-0.5.0.tar.gz
25-
cd nghttp2-0.5.0
23+
git clone https://github.com/tatsuhiro-t/nghttp2.git
24+
cd nghttp2
2625
autoreconf -i
2726
automake
2827
autoconf

0 commit comments

Comments
 (0)