Skip to content

Commit e5c1053

Browse files
committed
check scalariform in travis
1 parent 9e065fb commit e5c1053

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ addons:
1616
hostname: scala-logging
1717
before_script:
1818
- jdk_switcher use $JDK
19+
script:
20+
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
21+
- git diff --exit-code # check scalariform
1922
matrix:
2023
# scala 2.12 and 2.13 require java 8
2124
exclude:

0 commit comments

Comments
 (0)