ci: Move travis workarounds to .travis.yml

This commit is contained in:
MarcoFalke
2020-06-14 10:23:57 -04:00
parent eac65d99dd
commit fa71667597
3 changed files with 6 additions and 8 deletions

View File

@@ -21,8 +21,6 @@ if [ -n "$USE_VALGRIND" ]; then
END_FOLD
fi
bash -c "${CI_WAIT}" & # Print dots in case the tests take a long time to run
if [ "$RUN_UNIT_TESTS" = "true" ]; then
BEGIN_FOLD unit-tests
DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib make $MAKEJOBS check VERBOSE=1