Skip to content

Commit 23c8913

Browse files
committed
fixing travis build
1 parent 22e3b65 commit 23c8913

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/kotlin/main/helloVr_OpenGL/Application.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ import org.lwjgl.opengl.KHRDebug.glDebugMessageCallback as _
2727

2828
fun main(args: Array<String>) {
2929

30+
if (System.getenv("TRAVIS") != "true") // for travis
31+
return
32+
3033
Application().apply {
3134
runMainLoop()
3235
shutdown()

0 commit comments

Comments
 (0)