Fix travis

Looks like it has to run in sudo, maybe because of packages
This commit is contained in:
Lynix 2018-01-07 04:18:55 +01:00
parent 52e59a317a
commit c6bb6c9c5c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ addons:
- mesa-common-dev - mesa-common-dev
sudo: sudo:
false required
notifications: notifications:
email: true email: true
@ -45,7 +45,7 @@ script:
- cd gmake && - cd gmake &&
make -j4 config=${CONFIG}dynamic_x64 make -j4 config=${CONFIG}dynamic_x64
after_script: after_success:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ && - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/gmake/x64/:../extlibs/lib/gmake/x64/ &&
cd ../../tests && cd ../../tests &&
./NazaraUnitTestsServer ./NazaraUnitTestsServer