Skip to content

Commit

Permalink
exclude jdk7 builds on scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
barkhorn committed Nov 4, 2016
1 parent 6a8ac7e commit 72b2719
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
language: scala

scala:
- "2.11.8"
- "2.12.0"

jdk:
- oraclejdk8
- oraclejdk7

matrix:
exclude:
- scala: "2.12.0"
jdk: oraclejdk7

0 comments on commit 72b2719

Please sign in to comment.