[tor-commits] [ooni-probe/master] Run apt-get update before the install

art at torproject.org art at torproject.org
Sat Jan 30 19:11:15 UTC 2016


commit 5b4ce0ef3277e8ef69e9b734f6e8ea61b250cc4e
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