Check code formatting with travis ci

This commit is contained in:
Eike Kettner
2020-04-23 20:20:31 +02:00
parent 5b44dfdb52
commit b2ca314da9
3 changed files with 6 additions and 5 deletions

View File

@ -23,4 +23,4 @@ before_script:
- export TZ=Europe/Berlin
script:
- sbt ++$TRAVIS_SCALA_VERSION ";project root ;make ;test"
- sbt ++$TRAVIS_SCALA_VERSION ";project root ;scalafmtCheckAll ;make ;test"