We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa704e5 commit 54f211cCopy full SHA for 54f211c
.travis.yml
@@ -49,6 +49,17 @@ jobs:
49
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
50
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
51
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
+
63
# build the spec using jekyll
64
- stage: build
65
language: ruby
0 commit comments