commit 40bf7664d4367c6576b8ed1d03243541d72e1454 Author: Arlo Breault arlolra@gmail.com Date: Thu Mar 15 15:36:38 2018 -0400
Fetch http2 dep in travis
Since 19b317e --- .travis.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml index df7bbe5..7171e2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ install: - go get -u git.torproject.org/pluggable-transports/websocket.git/websocket - go get -u google.golang.org/appengine - go get -u golang.org/x/crypto/acme/autocert + - go get -u golang.org/x/net/http2 - pushd proxy - npm install - popd
tor-commits@lists.torproject.org