Skip to content

Commit 54f211c

Browse files
committed
Add AdoptOpenJDK JDK 11 to the PR validation
Ref scala/scala-dev#587 This is a continuation of scala#7931 to check AdoptOpenJDK JDK 11.
1 parent fa704e5 commit 54f211c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ jobs:
4949
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
5050
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
5151

52+
# pull request validation (w/ mini-bootstrap)
53+
- stage: build
54+
name: "JDK 11 pr validation"
55+
if: type = pull_request
56+
env:
57+
- ADOPTOPENJDK=11
58+
script:
59+
- sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
60+
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
61+
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
62+
5263
# build the spec using jekyll
5364
- stage: build
5465
language: ruby

0 commit comments

Comments
 (0)