diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:35:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 15:35:07 -0400 |
commit | fbf93614c9d42ff6bcd7b1252ad9f9e6ba2f890c (patch) | |
tree | f4e725f7f69d8532046ba25d99c68f32980cce25 /changes | |
parent | 48e45e2fb1efa37dd08373e969d339c785585a7d (diff) | |
parent | c362c6a852d0c7a08d7abb28450a21975e42f55e (diff) | |
download | tor-fbf93614c9d42ff6bcd7b1252ad9f9e6ba2f890c.tar.gz tor-fbf93614c9d42ff6bcd7b1252ad9f9e6ba2f890c.zip |
Merge branch 'maint-0.2.7-redux' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22636 | 8 |
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. |