fixed travis

This commit is contained in:
gabime 2015-05-15 22:47:05 +03:00
parent 05a7d9f61c
commit 19a2abaab8

View File

@ -107,7 +107,7 @@ before_install:
- which $CXX
- which $CC
- 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:
- cd $CHECKOUT_PATH