Skip to content

Commit 3e948c0

Browse files
authored
Merge pull request #109 from xuwei-k/scalariform
check scalariform in travis
2 parents 38a1bda + 7d70f2b commit 3e948c0

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
@@ -10,3 +10,6 @@ env:
1010
- JDK=openjdk8
1111
before_script:
1212
- jdk_switcher use $JDK
13+
script:
14+
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
15+
- git diff --exit-code # check scalariform

0 commit comments

Comments
 (0)