Skip to content

Commit

Permalink
Include openjdk11 in the travis builds (#224)
Browse files Browse the repository at this point in the history
It seems that the tests succeed. Which I did not really expect since slick/slick#1959 is still open.

Lets keep on running jdk 11 tests on travis, so we ensure that both java versions work fine
  • Loading branch information
WellingR authored and octonato committed Feb 7, 2019
1 parent d2f6cf7 commit db2b9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ scala:
- 2.12.8
jdk:
- oraclejdk8
- openjdk11
before_script:
- psql -c 'create database docker;' -U postgres
addons:
Expand Down

0 comments on commit db2b9ed

Please sign in to comment.