[tor-commits] [snowflake/master] Remove go get commands from travis.yml

cohosh at torproject.org cohosh at torproject.org
Mon Mar 9 15:39:45 UTC 2020


commit 58b52eb9f7987789d8e90a982a6df16013e200dd
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Mon Mar 2 14:22:42 2020 -0500

    Remove go get commands from travis.yml
    
    We no longer need standalone get commands now that we are using go
    modules.
---
 .travis.yml | 8 --------
 1 file changed, 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



More information about the tor-commits mailing list