Skip to content

Commit

Permalink
Re-enable MIMA checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 6, 2016
1 parent ac6590f commit c45e357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scala:
- 2.10.6
jdk:
- oraclejdk8
script: sbt -batch ++${TRAVIS_SCALA_VERSION} test:compile testJVM/test $(if false; then echo "mima-report-binary-issues"; fi) $(if [[ "${TRAVIS_PULL_REQUEST}" ==
script: sbt -batch ++${TRAVIS_SCALA_VERSION} test:compile testJVM/test mima-report-binary-issues $(if [[ "${TRAVIS_PULL_REQUEST}" ==
"false" && "${TRAVIS_BRANCH}" == "master" ]]; then echo "publish"; fi)
sudo: false
env:
Expand Down

0 comments on commit c45e357

Please sign in to comment.