fix travis

This commit is contained in:
Enno Boland 2018-07-02 16:15:45 +02:00
parent 97e56ff486
commit 283aa0efc2
2 changed files with 1 additions and 3 deletions

View File

@ -16,8 +16,7 @@ addons:
- libssl-dev
- libarchive-dev
env:
- PKG_CONFIG_PATH=/tmp/usr/lib/pkgconfig
- LD_LIBRARY_PATH=/tmp/usr/lib
- PKG_CONFIG_PATH=/tmp/usr/lib/pkgconfig LD_LIBRARY_PATH=/tmp/usr/lib
before_install:
- ./admin/travis-install-deps.sh

View File

@ -29,7 +29,6 @@
set -e -x
install_from_github() {
local project="${1}"; shift
local name="${1}"; shift