Skip to content

Commit

Permalink
Merge pull request #704 from softwaremill/sbt-upgrade-projectmatrix
Browse files Browse the repository at this point in the history
Migrate to sbt-projectmatrix
  • Loading branch information
adamw authored Aug 10, 2020
2 parents 5c7754b + 055ca91 commit c5f2428
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 111 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: scala
jdk:
- openjdk8
scala:
- 2.12.11
- 2.13.2
before_cache:
- du -h -d 1 $HOME/.ivy2/
- du -h -d 2 $HOME/.sbt/
Expand All @@ -20,4 +17,4 @@ cache:
- $HOME/.ivy2/cache
- $HOME/.coursier
script:
- sbt ++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues test compileDocumentation
- sbt mimaReportBinaryIssues test compileDocumentation
Loading

0 comments on commit c5f2428

Please sign in to comment.