mirror of https://github.com/sbt/sbt.git
add some AdoptOpenJDK JDK11 tests
This commit is contained in:
parent
6001c4e2e6
commit
3962ee297c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue