Skip to content

Commit

Permalink
Travis: install missing packages
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 f9aec36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go

dist: xenial
sudo: required

services:
Expand All @@ -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 realpath libglib2.0-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 All @@ -30,7 +30,6 @@ install:
before_script:
- export PATH=$HOME/gopath/bin:$PATH
- export LD_LIBRARY_PATH=/usr/local/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

env:

Expand Down

0 comments on commit f9aec36

Please sign in to comment.