From 89cb5ad5379d863c9aed367aa15610086444010b Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 13 Jan 2018 12:58:46 +0100 Subject: [PATCH] Travis: Fix execution of units tests --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa7818776..17bccbd36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,13 +19,8 @@ script: cd build && ./premake5-linux64 --cc=clang gmake && cd gmake && - make -j4 - " - -after_script: - - docker exec Nazara - sh -c " + make -j4 && cd ../../tests && export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ && ./NazaraUnitTestsServer - " \ No newline at end of file + "