Skip to content

Commit

Permalink
Use openjdk in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley authored Sep 12, 2019
1 parent 93856e4 commit fbba5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ language: scala
matrix:
include:
# scala 2.11
- jdk: oraclejdk8
- jdk: openjdk8
scala: 2.11.12
# scala 2.12
- jdk: oraclejdk8
- jdk: openjdk8
scala: 2.12.4

branches:
Expand Down

0 comments on commit fbba5e0

Please sign in to comment.