Skip to content

Commit

Permalink
add jdk11 test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 6, 2018
1 parent 87d38a0 commit 0db1c13
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -24,12 +24,8 @@ matrix:
script:
- ./sbt test
- ./sbt test -J-Dmsgpack.universal-buffer=true
- env: PROJECT=java9
jdk: oraclejdk9
addons:
apt:
packages:
- oracle-java9-installer
- env: PROJECT=java11
jdk: openjdk11
script:
- ./sbt test
- ./sbt test -J-Dmsgpack.universal-buffer=true

0 comments on commit 0db1c13

Please sign in to comment.