[tor-commits] [ooni-probe/master] Run apt-get update before the install
art at torproject.org
art at torproject.org
Fri Apr 29 09:42:24 UTC 2016
commit b74357cdd17eca25e75725372c5fec2455aa2b84
Author: Arturo Filastò <arturo at filasto.net>
Date: Sat Jan 30 20:06:02 2016 +0100
Run apt-get update before the install
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index fb6a033..72d7663 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ env:
- TWISTED=Twisted==15.4.0
- TWISTED=Twisted
before_install:
+ - sudo apt-get update
- sudo apt-get install tor libpcap-dev libgeoip-dev libdumbnet-dev libffi-dev
libssl-dev
- sudo /etc/init.d/tor start
More information about the tor-commits
mailing list