Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
Whoops forgot a -t
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jun 13, 2013
1 parent 08e49ac commit 59f6e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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="exclude:async_io/errors" DEBUG=2 GCCVER="" GCOV=0
- _="Memory error and leak tests" VALGRIND=memcheck UNIT_TESTS="-t 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 :(
Expand Down

0 comments on commit 59f6e63

Please sign in to comment.