aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-26 15:38:23 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-26 15:38:23 -0400
commitebb0ac3385d80c545f049442b1db6a84ff581aad (patch)
treed31c51ee1c3a5e343f47a8879c8876677c20175b /changes
parent1a907c659378b1748e65f8d94f7d212a91122247 (diff)
parent810bbb791157d9ad2c7f7ae9452e01563ef2af04 (diff)
downloadtor-ebb0ac3385d80c545f049442b1db6a84ff581aad.tar.gz
tor-ebb0ac3385d80c545f049442b1db6a84ff581aad.zip
Merge remote-tracking branch 'isis/bug22636_0.3.1_squashed' into maint-0.3.1
Diffstat (limited to 'changes')
-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.