Skip to content

Commit 42a18c0

Browse files
committed
[CI] further travis fixes
1 parent 4ae4b70 commit 42a18c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
sources: ['ubuntu-toolchain-r-test']
4545
packages: ['g++-7', 'cmake', 'cmake-data', 'zlib1g-dev', 'libbz2-dev', 'libboost-dev', 'python', 'python-nose', 'python-jinja2', 'python-pip'] # g++ required for newer libstdc++
4646
install: export CXX="/usr/local/clang-5.0.0/bin/clang++"
47-
env: CMAKE_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_FLAGS=-L/usr/local/clang-5.0.0/lib/"
47+
env: CMAKE_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo" LD_LIBRARY_PATH="/usr/local/clang-5.0.0/lib/:${LD_LIBRARY_PATH}"
4848

4949
- os: osx
5050
compiler: gcc-4.9

0 commit comments

Comments
 (0)