mirror of https://github.com/sbt/sbt.git
commit
be73dc0a33
|
|
@ -6,7 +6,7 @@ scala:
|
||||||
- 2.12.3
|
- 2.12.3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues scalafmt::test test:scalafmt::test sbt:scalafmt::test test
|
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues scalafmt::test test:scalafmt::test test
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ lazy val utilRoot: Project = (project in file("."))
|
||||||
description := "Util module for sbt",
|
description := "Util module for sbt",
|
||||||
scmInfo := Some(ScmInfo(url("https://github.com/sbt/util"), "git@github.com:sbt/util.git")),
|
scmInfo := Some(ScmInfo(url("https://github.com/sbt/util"), "git@github.com:sbt/util.git")),
|
||||||
scalafmtOnCompile := true,
|
scalafmtOnCompile := true,
|
||||||
|
scalafmtOnCompile in Sbt := false,
|
||||||
scalafmtVersion := "1.2.0",
|
scalafmtVersion := "1.2.0",
|
||||||
)),
|
)),
|
||||||
commonSettings,
|
commonSettings,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue