aboutsummaryrefslogtreecommitdiff
path: root/.ci/build
diff options
context:
space:
mode:
Diffstat (limited to '.ci/build')
-rwxr-xr-x.ci/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/build b/.ci/build
index 1431ec5..11f8e4e 100755
--- a/.ci/build
+++ b/.ci/build
@@ -1,7 +1,7 @@
#!/bin/bash
set -ev
-sbt scalafmtTest +test
+sbt scalafmtTest +mimaReportBinaryIssues +test
# Automatic publishing for tags that start with `v<digit>`
if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then