commit 0a1f2cbeaedd17d1ecbcba0f9e8943bff2fb59b6 Author: Isis Lovecruft isis@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