I am trying to run several tests on Travis CI that need a server that ... Error without a head. As you can say, I know so little about an area that I donβt even know what terminology to use.
The tests use LibGDX and LWJGL. They work fine on my desktop (Windows 8 and Ubuntu), but it is not surprising to fail in Travis CI:
Could not initialize class org.lwjgl.Sys at org.lwjgl.opengl.Display.<clinit>(Display.java:135) at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setVSync(LwjglGraphics.java:446) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:118)
Can I do something with Travis CI so that he thinks he has the right display? Even if this is not possible using Travis CI, is there a general approach that I could take with another virtual machine? Do I have more control over?
source share