Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 20, 2021
1 parent 861629b commit bcf59f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,8 @@ matrix:
jdk: openjdk15
env: SONATYPE_PUBLISH=false

script:
- sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues
after_success:
- >
test "${TRAVIS_PULL_REQUEST}" = 'false' && test "${SONATYPE_PUBLISH}" = 'true' &&
Expand Down

0 comments on commit bcf59f8

Please sign in to comment.