Commit f028713d authored by Taylor Yu's avatar Taylor Yu
Browse files

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.
parent be40ad51
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.