diff options
author | Taylor Yu <catalyst@torproject.org> | 2018-06-28 14:43:31 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2018-06-28 17:25:43 -0500 |
commit | f028713d37053ca4e56b194e7ff7e682e8ef7d37 (patch) | |
tree | 1c9dda0df98930137b62b951c687e8abfe50fe9a /changes/ticket26560 | |
parent | be40ad51b68fa87bafb88e55db7856d373274a4d (diff) | |
download | tor-f028713d37053ca4e56b194e7ff7e682e8ef7d37.tar.gz tor-f028713d37053ca4e56b194e7ff7e682e8ef7d37.zip |
Add more optional packages to Travis
Apparently we weren't building with either libcap or libseccomp on
Travis. Install libcap-dev and libseccomp-dev in .travis.yml. Closes
ticket 26560.
Diffstat (limited to 'changes/ticket26560')
-rw-r--r-- | changes/ticket26560 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket26560 b/changes/ticket26560 new file mode 100644 index 0000000000..5b4fb1bfe7 --- /dev/null +++ b/changes/ticket26560 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Install libcap-dev and libseccomp2-dev so these optional + dependencies get tested on Travis CI. Closes ticket 26560. |