tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit cdb3e17ba279402c3a5bf7e8baf6fe7a07311770
parent 66322718234c0bc7a74be3e5d60b62b9e897abb3
Author: Isis Lovecruft <isis@torproject.org>
Date:   Wed, 12 Jul 2017 00:32:38 +0000

Add a changes file for bug22636.

Diffstat:
Achanges/bug22636 | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/changes/bug22636 b/changes/bug22636 @@ -0,0 +1,8 @@ + o Build features: + - Tor's repository now includes a Travis Continuous Integration (CI) + configuration file (.travis.yml). This is meant to help new developers and + contributors who fork Tor to a Github repository be better able to test + their changes, and understand what we expect to pass. To use this new build + feature, you must fork Tor to your Github account, then go into the + "Integrations" menu in the repository settings for your fork and enable + Travis, then push your changes.