Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Travis] Replace JDK 9/10 with 14 #1945

Merged
merged 8 commits into from Jun 17, 2020
14 changes: 4 additions & 10 deletions .travis.yml
Expand Up @@ -20,20 +20,14 @@ matrix:
- jdk: openjdk8
- jdk: openjdk8
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk9
env: SKIP_RELEASE=true
- jdk: openjdk9
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk9
env: SKIP_RELEASE=true SIMULATE_JAVA11=true
- jdk: openjdk10
env: SKIP_RELEASE=true
- jdk: openjdk10
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk11
env: SKIP_RELEASE=true
- jdk: openjdk11
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
- jdk: openjdk14
env: SKIP_RELEASE=true
- jdk: openjdk14
env: SKIP_RELEASE=true MOCK_MAKER=mock-maker-inline
# Run Spotless as a separate job on JDK 11 (which is required for google-java-format)
- jdk: openjdk11
name: "Verify code formatting with Spotless"
Expand Down