[tor-commits] [bridgedb/develop] Tell TravisCI to put bridges.torproject.org into /etc/hosts.

isis at torproject.org isis at torproject.org
Fri Jun 6 20:40:38 UTC 2014


commit 0a1f2cbeaedd17d1ecbcba0f9e8943bff2fb59b6
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue May 20 21:21:06 2014 +0000

    Tell TravisCI to put bridges.torproject.org into /etc/hosts.
    
    See http://docs.travis-ci.com/user/hosts/
---
 .travis.yml |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 09bfe59..55dbbb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@ notifications:
     on_success: never
     on_failure: change
 
+addons:
+  hosts:
+    - bridges.torproject.org
+
 before_install:
   - sudo apt-get update
   # Distro development header/library/resource/buildtime dependencies





More information about the tor-commits mailing list