Skip to content

Commit

Permalink
Travis: install {linux-,}libc-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
  • Loading branch information
vrothberg committed Mar 12, 2019
1 parent a08c5a4 commit 51f07a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- if [ "${TRAVIS_OS_NAME}" = linux ]; then make vendor; fi
- if [ "${TRAVIS_OS_NAME}" = linux ]; then ./hack/tree_status.sh; fi
- if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq update; fi
- if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev libseccomp-dev; fi
- if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq install btrfs-tools linux-libc-dev libc-dev libdevmapper-dev libgpgme11-dev libseccomp-dev; fi
- if [ "${TRAVIS_OS_NAME}" = linux ]; then sudo apt-get -qq install autoconf automake bison clang-format-3.9 e2fslibs-dev libfuse-dev libtool liblzma-dev gettext; fi
- if [ "${TRAVIS_OS_NAME}" = osx ]; then brew update && brew install gpgme; fi

Expand Down

0 comments on commit 51f07a9

Please sign in to comment.