Skip to content

Commit

Permalink
build: openjdk7 is only available on travis precise dist
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Nov 23, 2019
1 parent 28ff2c2 commit 5fe8be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jdk:
- openjdk11
matrix:
include:
- scala: 2.11.12
- dist: precise
scala: 2.11.12
jdk: openjdk7
script:
- sbt ++$TRAVIS_SCALA_VERSION "set concurrentRestrictions in Global := Seq(Tags.limit(Tags.Test, 1))" clean coverage test
Expand Down

0 comments on commit 5fe8be1

Please sign in to comment.