From 5f75677369175aa01972bb4947526e7e2d2bfb94 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 23 May 2014 22:50:55 +0800 Subject: [PATCH] do not check benchmark program --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56b6e1c..6a75f61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: - make V=1 - sudo make install - if [ "x$VALGRIND" == xyes ]; then make check > /dev/null 2>&1; else make check V=1; fi - - if [ "x$VALGRIND" == xyes ]; then valgrind ./tests/.libs/* -v --trace-children=yes --show-leak-kinds=full --leak-check=full; fi + - if [ "x$VALGRIND" == xyes ]; then valgrind ./tests/.libs/check_* -v --trace-children=yes --show-leak-kinds=full --leak-check=full; fi after_success: - if [ x$COVERALLS == xyes ]; then coveralls ; fi