Fetch http2 dep in travis

Since 19b317e
This commit is contained in:
Arlo Breault 2018-03-15 15:36:38 -04:00
parent 28138b327a
commit 40bf7664d4

View file

@ -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