Skip to content

Commit

Permalink
Disable OpenJ9 Travis build
Browse files Browse the repository at this point in the history
Old AdoptOpenJDK API returns error as of 20240521.
  • Loading branch information
szpak committed May 21, 2024
1 parent c1d61eb commit 92cc7a8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ matrix:
env: PITEST_REGRESSION_TESTS=quick
- jdk: openjdk15
env: PITEST_REGRESSION_TESTS=latestOnly SKIP_RELEASE=true
- env: JDK="OpenJ9 11" PITEST_REGRESSION_TESTS=quick SKIP_RELEASE=true
before_install:
- . gradle/install-jdk.sh -W ~/custom-java --url "https://api.adoptopenjdk.net/v2/binary/releases/openjdk11?openjdk_impl=openj9&os=linux&arch=x64&release=latest&type=jdk&heap_size=normal"
- ./gradlew --version
# # Old API returns error as of 20240521
# - env: JDK="OpenJ9 11" PITEST_REGRESSION_TESTS=quick SKIP_RELEASE=true
# before_install:
# - . gradle/install-jdk.sh -W ~/custom-java --url "https://api.adoptopenjdk.net/v2/binary/releases/openjdk11?openjdk_impl=openj9&os=linux&arch=x64&release=latest&type=jdk&heap_size=normal"
# - ./gradlew --version

0 comments on commit 92cc7a8

Please sign in to comment.