diff --git a/.travis.yml b/.travis.yml index 46d53417..7b4743e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ addons: packages: - g++-4.9 - g++-6 - - valgrind - libfreetype6-dev - libjpeg-dev - libx11-dev diff --git a/tests/travis_linux_tests.sh b/tests/travis_linux_tests.sh index d6bbc07d..1f6a64d5 100644 --- a/tests/travis_linux_tests.sh +++ b/tests/travis_linux_tests.sh @@ -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 ../..