mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove go get commands from travis.yml
We no longer need standalone get commands now that we are using go modules.
This commit is contained in:
parent
920f6791f3
commit
58b52eb9f7
1 changed files with 0 additions and 8 deletions
|
@ -22,14 +22,6 @@ before_install:
|
||||||
- nvm install $TRAVIS_NODE_VERSION
|
- nvm install $TRAVIS_NODE_VERSION
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -u github.com/smartystreets/goconvey
|
|
||||||
- go get -u github.com/keroserene/go-webrtc
|
|
||||||
- go get -u github.com/pion/webrtc
|
|
||||||
- go get -u github.com/dchest/uniuri
|
|
||||||
- go get -u github.com/gorilla/websocket
|
|
||||||
- go get -u git.torproject.org/pluggable-transports/goptlib.git
|
|
||||||
- go get -u golang.org/x/crypto/acme/autocert
|
|
||||||
- go get -u golang.org/x/net/http2
|
|
||||||
- pushd proxy
|
- pushd proxy
|
||||||
- npm install
|
- npm install
|
||||||
- popd
|
- popd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue