aboutsummaryrefslogtreecommitdiff
path: root/changes/bug22636
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-26 15:34:40 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-26 15:34:40 -0400
commit09618bc48884255d6d3dbc8b156fe025817d9402 (patch)
tree8b6d40878347a359bf53f08aedf1142999eb7346 /changes/bug22636
parent78dfa76ddcfd72015b0454e397de9a190e4e3106 (diff)
parent6d0af8daccd5ed0540f959065c0a794b982432aa (diff)
downloadtor-09618bc48884255d6d3dbc8b156fe025817d9402.tar.gz
tor-09618bc48884255d6d3dbc8b156fe025817d9402.zip
Merge branch 'maint-0.2.4' into maint-0.2.5
Diffstat (limited to 'changes/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.