Skip to content
Snippets Groups Projects
Commit 58b52eb9 authored by Cecylia Bocovich's avatar Cecylia Bocovich
Browse files

Remove go get commands from travis.yml

We no longer need standalone get commands now that we are using go
modules.
parent 920f6791
No related branches found
Tags webext-0.0.6
No related merge requests found
......@@ -22,14 +22,6 @@ before_install:
- nvm install $TRAVIS_NODE_VERSION
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
- npm install
- popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment