aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2017-07-12 00:32:38 +0000
committerIsis Lovecruft <isis@torproject.org>2017-07-17 21:44:59 +0000
commit7b4585e2a369cd807880b25b766ac0b48d77aefa (patch)
tree91f97eb94944f43c3dce7daaab4429d3e8d4a6f7
parent68722a1ddfdc07f84582d40ea484905050259987 (diff)
downloadtor-7b4585e2a369cd807880b25b766ac0b48d77aefa.tar.gz
tor-7b4585e2a369cd807880b25b766ac0b48d77aefa.zip
Add a changes file for bug22636.
-rw-r--r--changes/bug226368
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug22636 b/changes/bug22636
new file mode 100644
index 0000000000..770cac72e9
--- /dev/null
+++ 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.