chore: update travis.ci configuration

This commit is contained in:
Vlad Vesa 2020-08-19 20:21:39 +03:00
parent 4e58fafce3
commit 96e9fc0d11

View file

@ -14,6 +14,12 @@ addons:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- cmake - cmake
- libosmium2-dev
homebrew:
packages:
- libosmium
- boost
update: true
before_install: before_install:
- export LD_LIBRARY_PATH=$(if [[ $CXX == "clang++" ]]; then echo -n '/usr/local/clang/lib'; fi) - export LD_LIBRARY_PATH=$(if [[ $CXX == "clang++" ]]; then echo -n '/usr/local/clang/lib'; fi)