8000 Add AdoptOpenJDK JDK 11 to the PR validation · scala/scala@18504f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18504f7

Browse files
committed
Add AdoptOpenJDK JDK 11 to the PR validation
1 parent b45f9aa commit 18504f7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,19 @@ jobs:
6161
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
6262
- sbt -Dscala.build.compileWithDotty=true library/compile
6363

64+
# pull request validation (w/ mini-bootstrap)
65+
- stage: build
66+
name: "JDK 11 pr validation"
67+
if: type = pull_request
68+
env:
69+
- ADOPTOPENJDK=11
70+
script:
71+
- set -e
72+
- sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
73+
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
74+
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
75+
- sbt -Dscala.build.compileWithDotty=true library/compile
76+
6477
# build the spec using jekyll
6578
- stage: build
6679
language: ruby

0 commit comments

Comments
 (0)
0