We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e3b65 commit 23c8913Copy full SHA for 23c8913
src/test/kotlin/main/helloVr_OpenGL/Application.kt
@@ -27,6 +27,9 @@ import org.lwjgl.opengl.KHRDebug.glDebugMessageCallback as _
27
28
fun main(args: Array<String>) {
29
30
+ if (System.getenv("TRAVIS") != "true") // for travis
31
+ return
32
+
33
Application().apply {
34
runMainLoop()
35
shutdown()
0 commit comments