[tor-commits] [snowflake/master] Go get another missing dep in travis

arlo at torproject.org arlo at torproject.org
Thu Oct 12 21:33:00 UTC 2017


commit ab4bd77cb47114ed71699e775e507d8103038f64
Author: Arlo Breault <arlolra at gmail.com>
Date:   Thu Oct 12 17:32:47 2017 -0400

    Go get another missing dep in travis
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 5ed6f54..3e96efc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ install:
     - go get -u git.torproject.org/pluggable-transports/goptlib.git
     - 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
     - pushd proxy
     - npm install
     - popd



More information about the tor-commits mailing list