Skip to content

Commit

Permalink
Merge pull request #504 from dwijnand/travis-ci
Browse files Browse the repository at this point in the history
Drop a redundant Travis CI job
  • Loading branch information
mergify[bot] authored May 24, 2020
2 parents ce0b075 + 13dbf0c commit d9add0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: scala
scala: 2.12.11
script: "sbt test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.2.8\"' 'scripted sbt-mima-plugin/minimal' IntegrationTest/test"
jdk:
- openjdk8
- openjdk11

jobs:
include:
- { script: "sbt mimaReportBinaryIssues test IntegrationTest/test
'set sbtplugin/scriptedSbt := \"1.2.8\"' 'scripted sbt-mima-plugin/minimal'" }
- { name: testFunctional 2.11, script: sbt -Dmima.testScalaVersion=2.11.12 testFunctional }
- { name: testFunctional 2.12, script: sbt -Dmima.testScalaVersion=2.12.11 testFunctional }
- { name: testFunctional 2.13, script: sbt -Dmima.testScalaVersion=2.13.2 testFunctional }
Expand Down

0 comments on commit d9add0a

Please sign in to comment.