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.
2 parents c410de9 + 7d330a3 commit 87ece01Copy full SHA for 87ece01
build.sbt
@@ -28,7 +28,7 @@ ThisBuild / crossScalaVersions := {
28
}
29
ThisBuild / scalaVersion := crossScalaVersions.value.find(_.startsWith("2.13.")).get
30
31
-val inCI = Option(System.getenv("CI")).exists(_.contains("1"))
+val inCI = sys.props.get("CI").exists(_.contains("1"))
32
33
val commonSettings = Seq(
34
organization := "org.scala-js",
0 commit comments