Skip to content

Commit

Permalink
Merge pull request #605 from dwijnand/use-latest-sbt-extras
Browse files Browse the repository at this point in the history
Get latest sbt-extras
  • Loading branch information
dwijnand committed Mar 8, 2021
2 parents 077f5cd + fe7e9c0 commit 9118ac9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: scala
scala: 2.12.13

before_install:
- |
curl -Ls https://git.io/sbt -o sbt || travis_terminate 1
chmod 0755 sbt || travis_terminate 1
sudo mv sbt /usr/local/bin/sbt || travis_terminate 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 9118ac9

Please sign in to comment.