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 - libssl-dev
- libarchive-dev - libarchive-dev
env: env:
- PKG_CONFIG_PATH=/tmp/usr/lib/pkgconfig - PKG_CONFIG_PATH=/tmp/usr/lib/pkgconfig LD_LIBRARY_PATH=/tmp/usr/lib
- LD_LIBRARY_PATH=/tmp/usr/lib
before_install: before_install:
- ./admin/travis-install-deps.sh - ./admin/travis-install-deps.sh

View File

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