Skip to content

Commit a041ad6

Browse files
committed
Actually run salafmtCheck for every Scala version.
1 parent 5b1db89 commit a041ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: scala
33
script:
44
- sbt ++$TRAVIS_SCALA_VERSION package doc example/compile
5-
- sbt scalafmtCheck
5+
- sbt ++$TRAVIS_SCALA_VERSION scalafmtCheck
66
scala:
77
- 2.10.7
88
- 2.11.12

0 commit comments

Comments
 (0)