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

arlo at torproject.org arlo at torproject.org
Thu Oct 12 21:24:50 UTC 2017


commit 66509e6af362ee49116538ea7afd19f3ce0d33de
Author: Arlo Breault <arlolra at gmail.com>
Date:   Thu Oct 12 17:24:30 2017 -0400

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

diff --git a/.travis.yml b/.travis.yml
index 551cd91..5ed6f54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ install:
     - go get -u github.com/dchest/uniuri
     - 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
     - pushd proxy
     - npm install
     - popd



More information about the tor-commits mailing list