Skip to content
Snippets Groups Projects
Commit f804d950 authored by juga's avatar juga Committed by Matt Traudt
Browse files

Use keyserver pool to avoid single server timeout (#185)

* Use keyserver pool to avoid single server timeout

travis test failed because keys.gnupg.net timeout.
It should not be the case using the pool.
parent c353297f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ install: pip install tox-travis
script: tox
before_install:
- gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
- gpg --version
- gpg --keyserver hkp://pool.sks-keyservers.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
- gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add
- echo "deb https://deb.torproject.org/torproject.org trusty main" | sudo tee -a /etc/apt/sources.list
- echo "deb-src https://deb.torproject.org/torproject.org trusty main" | sudo tee -a /etc/apt/sources.list
......
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