We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38a1bda + 7d70f2b commit 3e948c0Copy full SHA for 3e948c0
.travis.yml
@@ -10,3 +10,6 @@ env:
10
- JDK=openjdk8
11
before_script:
12
- jdk_switcher use $JDK
13
+script:
14
+- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
15
+- git diff --exit-code # check scalariform
0 commit comments