mirror of https://github.com/sbt/sbt.git
test everything on JDK11
This commit is contained in:
parent
2480fd838c
commit
0bcb648448
|
|
@ -6,7 +6,7 @@ language: scala
|
|||
|
||||
env:
|
||||
global:
|
||||
- TRAVIS_JDK=adopt@1.8.192-12
|
||||
- TRAVIS_JDK=adopt@1.11.0-1
|
||||
# WHITESOURCE_PASSWORD=
|
||||
- secure: d3bu2KNwsVHwfhbGgO+gmRfDKBJhfICdCJFGWKf2w3Gv86AJZX9nuTYRxz0KtdvEHO5Xw8WTBZLPb2thSJqhw9OCm4J8TBAVqCP0ruUj4+aqBUFy4bVexQ6WKE6nWHs4JPzPk8c6uC1LG3hMuzlC8RGETXtL/n81Ef1u7NjyXjs=
|
||||
matrix:
|
||||
|
|
@ -34,13 +34,13 @@ matrix:
|
|||
install:
|
||||
- /home/travis/.jabba/bin/jabba install openjdk@1.10
|
||||
- env:
|
||||
- TRAVIS_JDK=adopt@1.11.0-1
|
||||
- TRAVIS_JDK=adopt@1.8.192-12
|
||||
- SBT_CMD="scripted actions/*"
|
||||
- env:
|
||||
- TRAVIS_JDK=adopt@1.11.0-1
|
||||
- TRAVIS_JDK=adopt@1.8.192-12
|
||||
- SBT_CMD="scripted source-dependencies/*1of3"
|
||||
- env:
|
||||
- TRAVIS_JDK=adopt@1.11.0-1
|
||||
- TRAVIS_JDK=adopt@1.8.192-12
|
||||
- SBT_CMD="scripted dependency-management/*1of4"
|
||||
|
||||
before_install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue