mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Fix .travis.yml
This commit is contained in:
parent
643cc85e50
commit
92bed79144
24
.travis.yml
24
.travis.yml
@ -6,19 +6,19 @@ after_success:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- jdk: oraclejdk8
|
||||
- jdk: openjdk11
|
||||
# Only run the processor and its dependencies
|
||||
# The integration tests are using the maven toolchain and that is not yet ready for Java 11
|
||||
# There is an issue with the documentation so skip it
|
||||
script: mvn -B -V clean install -pl processor -am
|
||||
# Only run the processor and its dependencies
|
||||
# The integration tests are using the maven toolchain and that is not yet ready for Java EA
|
||||
# There is an issue with the documentation so skip it
|
||||
- jdk: oraclejdk8
|
||||
- jdk: openjdk11
|
||||
# Only run the processor and its dependencies
|
||||
# The integration tests are using the maven toolchain and that is not yet ready for Java 11
|
||||
# There is an issue with the documentation so skip it
|
||||
script: mvn -B -V clean install -pl processor -am
|
||||
# Only run the processor and its dependencies
|
||||
# The integration tests are using the maven toolchain and that is not yet ready for Java EA
|
||||
# There is an issue with the documentation so skip it
|
||||
- jdk: openjdk-ea
|
||||
script: mvn -B -V clean install -pl processor -am
|
||||
allow_failures:
|
||||
- jdk: openjdk-ea
|
||||
script: mvn -B -V clean install -pl processor -am
|
||||
allow_failures:
|
||||
- jdk: openjdk-ea
|
||||
deploy:
|
||||
provider: script
|
||||
script: "test ${TRAVIS_TEST_RESULT} -eq 0 && mvn -s etc/travis-settings.xml -DskipTests=true deploy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user