Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 898fbf6

Browse files
committed
Add CI check
1 parent aebfeaa commit 898fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ scala:
66
- 2.12.4
77
sbt_args: -mem 2000
88
script:
9-
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
9+
- sbt "++ ${TRAVIS_SCALA_VERSION}!" scalafmtCheck Test/scalafmtCheck scalafmtSbtCheck test
1010
cache:
1111
directories:
1212
- "$HOME/.ivy2/cache"

0 commit comments

Comments
 (0)