aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2020-03-02 14:22:42 -0500
committerCecylia Bocovich <cohosh@torproject.org>2020-03-05 09:21:17 -0500
commit58b52eb9f7987789d8e90a982a6df16013e200dd (patch)
tree8049f70ac7b690f07288b5813b1cd573b89d4e20 /.travis.yml
parent920f6791f3ec8e7467c43ee0cefffe63200bed2b (diff)
downloadsnowflake-58b52eb9f7987789d8e90a982a6df16013e200dd.tar.gz
snowflake-58b52eb9f7987789d8e90a982a6df16013e200dd.zip
Remove go get commands from travis.yml
We no longer need standalone get commands now that we are using go modules.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 39e777a..56d612c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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