Skip to content

Commit

Permalink
Get latest sbt-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Mar 8, 2021
1 parent 077f5cd commit 2779694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: scala
scala: 2.12.13
before_install: curl -Ls https://git.io/sbt | sudo tee /usr/local/bin/sbt > /dev/null && sudo chmod 0755 "$_" || exit 1
script: "sbt test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.2.8\"' 'scripted sbt-mima-plugin/minimal' IntegrationTest/test"
jdk:
- openjdk8
Expand Down

0 comments on commit 2779694

Please sign in to comment.