add lwjgl opengl extensions to xvfb for travis minecraft load

This commit is contained in:
Leijurv 2018-09-02 15:14:12 -07:00
parent 8c03a75cb7
commit e456040661
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ install: true
script:
- ./gradlew check
- xvfb-run ./gradlew run
- sudo apt-get install -qq --force-yes mesa-utils libgl1-mesa-swx11 libgl1-mesa-swx11-dev xvfb
- /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render ./gradlew run