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 + "