From c6bb6c9c5c63636f9c2e4cbfd7c146942268e4ed Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 7 Jan 2018 04:18:55 +0100 Subject: [PATCH] Fix travis Looks like it has to run in sudo, maybe because of packages --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1974ff0e..193da399a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ addons: - mesa-common-dev sudo: - false + required notifications: email: true @@ -45,7 +45,7 @@ script: - cd gmake && make -j4 config=${CONFIG}dynamic_x64 -after_script: +after_success: - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ && cd ../../tests && ./NazaraUnitTestsServer