Skip to content

Commit

Permalink
ci: add /usr/local/lib/ to LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jul 10, 2020
1 parent 231f8a3 commit 2e869d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ addons:
- uthash-dev
- cppcheck

env:
global:
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
Expand Down

0 comments on commit 2e869d4

Please sign in to comment.