No longer using valgrind on Travis CI

0.8
Bruno Van de Velde 2017-07-29 14:23:35 +02:00
parent b35eb0ae92
commit 32d302c77f
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ addons:
packages:
- g++-4.9
- g++-6
- valgrind
- libfreetype6-dev
- libjpeg-dev
- libx11-dev

View File

@ -24,5 +24,5 @@ cd build_$CXX
CXXFLAGS="-DTGUI_SKIP_DRAW_TESTS" cmake -DCMAKE_BUILD_TYPE=Debug -DTGUI_BUILD_TESTS=TRUE -DTGUI_USE_GCOV=TRUE ..
make -j2
cd tests/
valgrind ./tests
./tests
cd ../..