add some AdoptOpenJDK JDK11 tests

This commit is contained in:
Eugene Yokota 2018-12-14 15:36:16 -05:00
parent 6001c4e2e6
commit 3962ee297c
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@ matrix:
- SBT_CMD="scripted java/*"
install:
- /home/travis/.jabba/bin/jabba install openjdk@1.10
- env:
- TRAVIS_JDK=adopt@1.11.0-1
- SBT_CMD="scripted actions/*"
- env:
- TRAVIS_JDK=adopt@1.11.0-1
- SBT_CMD="scripted source-dependencies/*1of3"
- env:
- TRAVIS_JDK=adopt@1.11.0-1
- SBT_CMD="scripted dependency-management/*1of4"
before_install:
- curl -sL https://raw.githubusercontent.com/shyiko/jabba/0.11.0/install.sh | bash && . ~/.jabba/jabba.sh