Skip to content

Commit

Permalink
CI: Disable 2.11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvv committed May 4, 2020
1 parent ef66ba2 commit 75f0869
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,7 +1,7 @@
language: scala

scala:
- 2.13.1
- 2.13.2

jdk:
- openjdk8
Expand Down Expand Up @@ -34,10 +34,7 @@ jobs:
before_script: gpg --import project/ci.asc
script: sbt ++$TRAVIS_SCALA_VERSION test package packageSrc publishLocal
- <<: *test
scala: 2.11.12
name: "Build and test for Scala 2.11"
- <<: *test
scala: 2.12.10
scala: 2.12.11
name: "Build and test for Scala 2.12"
- &publish
stage: publish
Expand Down

0 comments on commit 75f0869

Please sign in to comment.