diff --git a/.travis.yml b/.travis.yml index 500d6c2..2f136fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: - _="Build test" VALGRIND=0 UNIT_TESTS=0 DEBUG=0 GCCVER="" GCOV=0 - _="Unit/functional tests" VALGRIND=0 UNIT_TESTS="" DEBUG=0 GCCVER="" GCOV=0 - _="GCC 4.8 + Unit/functional tests coverage" VALGRIND=0 CCFLAGS="--usegcov --usegcc=g++-4.8" UNIT_TESTS="" DEBUG=1 GCCVER="4.8" GCOV=1 - - _="Memory error and leak tests" VALGRIND=memcheck UNIT_TESTS="" DEBUG=2 GCCVER="" GCOV=0 + - _="Memory error and leak tests" VALGRIND=memcheck UNIT_TESTS="exclude:async_io/errors" DEBUG=2 GCCVER="" GCOV=0 - _="Race detection tests" VALGRIND=0 CCFLAGS="--usethreadsanitize --usegcc=g++-4.8" UNIT_TESTS="" DEBUG=2 GCCVER="4.8" TSAN_OPTIONS="suppressions=unittests/tsan.supp" GCOV=0 # The clang 3.2 .deb doesn't supply the needed tsan runtime library :(