mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
fixed travis
This commit is contained in:
parent
05a7d9f61c
commit
19a2abaab8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user