Skip to content

Commit 4ae4b70

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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"
47+
env: CMAKE_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_FLAGS=-L/usr/local/clang-5.0.0/lib/"
4848

4949
- os: osx
5050
compiler: gcc-4.9
@@ -65,5 +65,5 @@ matrix:
6565
script:
6666
- mkdir -p build && cd build
6767
- cmake .. -DLAMBDA_NATIVE_BUILD=0 -DLAMBDA_COMPILE_THREADS=2 ${CMAKE_ARGS}
68-
- travis_wait make -j 2 VERBOSE=1 # need to prefix with travis_wait because it might take > 10min
68+
- travis_wait make VERBOSE=1 # need to prefix with travis_wait because it might take > 10min
6969
- ctest .

0 commit comments

Comments
 (0)