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.
1 parent 861629b commit bcf59f8Copy full SHA for bcf59f8
.travis.yml
@@ -30,6 +30,8 @@ matrix:
30
jdk: openjdk15
31
env: SONATYPE_PUBLISH=false
32
33
+script:
34
+ - sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues
35
after_success:
36
- >
37
test "${TRAVIS_PULL_REQUEST}" = 'false' && test "${SONATYPE_PUBLISH}" = 'true' &&
0 commit comments