commit 056af4c31fde16e6a699b3461db6308a2bc7cd7e Author: Arturo Filastò art@fuffa.org Date: Mon Jan 13 15:44:25 2014 +0100
Add libgeoip also to travis build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 1ceb9e9..da48f1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python before_install: - - sudo apt-get install tor libpcap-dev + - sudo apt-get install tor libpcap-dev libgeoip-dev python: - "2.7" # command to install dependencies
tor-commits@lists.torproject.org