From 685cc4d06e74e8f8f1260c72749193333e2984e6 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sun, 2 Sep 2018 16:37:56 -0700 Subject: [PATCH] glxinfo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f390bf7c..ef8cea57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ script: - export LIBGL_ALWAYS_SOFTWARE=1 - sudo apt-get install -qq --force-yes mesa-utils libgl1-mesa-swx11 libgl1-mesa-swx11-dev xvfb - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render +- glxinfo - ./gradlew run \ No newline at end of file