Skip to content

Commit

Permalink
cleaned imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Jun 3, 2020
1 parent 55fa79c commit e2c023c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/kotlin/gln/CapsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ package gln
import gln.cap.Caps
import io.kotest.core.spec.style.StringSpec
import org.lwjgl.glfw.GLFW.*
import org.lwjgl.system.MemoryUtil
import org.lwjgl.system.MemoryUtil.NULL
import java.io.File
import java.nio.file.Files

val isNotCI: Boolean
get() = System.getenv("GITHUB_ACTIONS") != "true" && System.getenv("TRAVIS") != "true"
Expand Down

0 comments on commit e2c023c

Please sign in to comment.