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 c5e125f commit 6532404Copy full SHA for 6532404
.travis.yml
@@ -33,7 +33,7 @@ env:
33
- COURSIER_NO_TERM=1
34
35
script:
36
- - sbt scalajavatimeJVM/test scalajavatimeJS/test
+ - sbt ++$TRAVIS_SCALA_VERSION scalajavatimeJVM/test scalajavatimeJS/test
37
- sbt docs/makeMicrosite
38
#- sbt clean coverage test &&
39
# sbt coverageAggregate
build.sbt
@@ -102,6 +102,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
102
val destinationDir = (sourceManaged in Compile).value
103
copyAndReplace(srcDirs, destinationDir)
104
}.taskValue,
105
+ parallelExecution in Test := false,
106
libraryDependencies ++= Seq(
107
"io.github.cquiroz" %%% "scala-java-locales" % "0.5.0-cldr30"
108
)
0 commit comments