From 69f7b97b31752b9ac8a4eef8c15cbb7986b2a6c3 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 6 Jan 2018 03:00:31 +0100 Subject: [PATCH] Fix travis And try to disable sudo to increase boot time --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fcb85c55..2c43ccfad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ addons: - mesa-common-dev sudo: - required + false notifications: email: true @@ -46,7 +46,7 @@ script: - cd build && ./premake5-linux64 --cc=clang gmake - cd gmake && - make -j4 -f NazaraEngine.make config=${CONFIG}dynamic_x64 + make -j4 config=${CONFIG}dynamic_x64 after_script: - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ &&