diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-05 16:22:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-05 16:22:29 -0400 |
commit | d63c17f2afb810f5db896b10909fe9ff2bfe7cf9 (patch) | |
tree | 908e92f66bd6346f1830245920d0e4e8445b7d9a /changes | |
parent | e51b57ee047420b929c7d58de70df6ea5ca77565 (diff) | |
parent | b05b165a75a9d9e912da64788fc873fb215f5d75 (diff) | |
download | tor-d63c17f2afb810f5db896b10909fe9ff2bfe7cf9.tar.gz tor-d63c17f2afb810f5db896b10909fe9ff2bfe7cf9.zip |
Merge remote-tracking branch 'tor-github/pr/989' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30213 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket30213 b/changes/ticket30213 new file mode 100644 index 0000000000..acb7614807 --- /dev/null +++ b/changes/ticket30213 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Remove sudo configuration lines from .travis.yml as they are no longer + needed with current Travis build environment. Resolves issue 30213. |