Skip to content

Commit

Permalink
Add JDK13 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jan 31, 2020
1 parent cefdbcf commit a8022e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ sudo: false

language: scala
scala:
- 2.12.9
- 2.13.0
- 2.12.10
- 2.13.1

dist: xenial
services:
- xvfb

jdk:
- oraclejdk11
- oraclejdk12
- oraclejdk11
- oraclejdk12
- oraclejdk13

install: true

Expand Down

0 comments on commit a8022e0

Please sign in to comment.