Commit d6aa6549 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge remote-tracking branch 'catalyst-github/moar-libs'

parents d88ce331 f028713d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,11 +42,12 @@ addons:
    packages:
      ## Required dependencies
      - libevent-dev
      - libseccomp2
      - zlib1g-dev
      ## Optional dependencies
      - libcap-dev
      - liblzma-dev
      - libscrypt-dev
      - libseccomp-dev
      ## zstd doesn't exist in Ubuntu Trusty
      #- libzstd

changes/ticket26560

0 → 100644
+3 −0
Original line number Diff line number Diff line
  o Minor features (continuous integration):
    - Install libcap-dev and libseccomp2-dev so these optional
      dependencies get tested on Travis CI.  Closes ticket 26560.