This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11language : java
2- sudo : false
3- dist : trusty
2+ dist : xenial
43jdk :
5- - oraclejdk8
6- - oraclejdk9
4+ - openjdk8
5+ - openjdk9
76- openjdk10
87- openjdk11
98before_cache :
@@ -23,17 +22,17 @@ script:
2322- cd samples
2423- mvn install -B -V
2524- cd java-webmvc && ./gradlew check && cd ..
26- - test "$TRAVIS_JDK_VERSION" = "oraclejdk8 " && cd kotlin-webmvc && ./gradlew check && cd .. || (exit 0)
25+ - test "$TRAVIS_JDK_VERSION" = "openjdk8 " && cd kotlin-webmvc && ./gradlew check && cd .. || (exit 0)
2726after_success :
2827- echo $GPG_SECRET_KEYS | base64 --decode | gpg --import
2928- cd $TRAVIS_BUILD_DIR
3029- echo TRAVIS_PULL_REQUEST=\"$TRAVIS_PULL_REQUEST\"
3130- echo TRAVIS_JDK_VERSION=\"$TRAVIS_JDK_VERSION\"
3231- test "$TRAVIS_PULL_REQUEST" = "false"
33- && test "$TRAVIS_JDK_VERSION" = "oraclejdk8 "
32+ && test "$TRAVIS_JDK_VERSION" = "openjdk8 "
3433 && mvn deploy --settings travis-settings.xml -DskipTests=true -B -V
3534- test "$TRAVIS_PULL_REQUEST" = "false"
36- && test "$TRAVIS_JDK_VERSION" = "oraclejdk9 "
35+ && test "$TRAVIS_JDK_VERSION" = "openjdk9 "
3736 && cd spring-auto-restdocs-json-doclet-jdk9
3837 && mvn deploy --settings ../travis-settings.xml -DskipTests=true -B -V
3938branches :
You can’t perform that action at this time.
0 commit comments