Skip to content

Commit

Permalink
chore: update travis.ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vesa committed Aug 19, 2020
1 parent 4e58faf commit 96e9fc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ addons:
- ubuntu-toolchain-r-test
packages:
- cmake
- libosmium2-dev
homebrew:
packages:
- libosmium
- boost
update: true

before_install:
- export LD_LIBRARY_PATH=$(if [[ $CXX == "clang++" ]]; then echo -n '/usr/local/clang/lib'; fi)
Expand Down

0 comments on commit 96e9fc0

Please sign in to comment.