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 c410de9 commit ad0446aCopy full SHA for ad0446a
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 = Option(System.getProperty("CI")).exists(_.contains("1"))
32
33
val commonSettings = Seq(
34
organization := "org.scala-js",
0 commit comments