Commit 19a2abaa authored by gabime's avatar gabime

fixed travis

parent 05a7d9f6
...@@ -107,7 +107,7 @@ before_install: ...@@ -107,7 +107,7 @@ before_install:
- which $CXX - which $CXX
- which $CC - which $CC
- which valgrind - which valgrind
- if [ -n "$CLANG_VERSION" ]; then sudo CXX=$CXX CC=$CC .tests/install_libcxx.sh; fi - if [ -n "$CLANG_VERSION" ]; then sudo CXX=$CXX CC=$CC ./tests/install_libcxx.sh; fi
install: install:
- cd $CHECKOUT_PATH - cd $CHECKOUT_PATH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment