]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for bug22636.
authorIsis Lovecruft <isis@torproject.org>
Wed, 12 Jul 2017 00:32:38 +0000 (00:32 +0000)
committerIsis Lovecruft <isis@torproject.org>
Mon, 17 Jul 2017 21:44:59 +0000 (21:44 +0000)
changes/bug22636 [new file with mode: 0644]

diff --git a/changes/bug22636 b/changes/bug22636
new file mode 100644 (file)
index 0000000..770cac7
--- /dev/null
@@ -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.