From b1e670b35fafa7a676972ae6b1adc67e3d8ad72f Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Sat, 20 Jun 2020 18:13:43 +0100 Subject: [PATCH] Update spotless Travis job name to be more descriptive (#1957) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a83c8afc2..f8d4486d73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: 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" + name: "Verify code formatting with Spotless. Run './gradlew spotlessApply' locally if this job fails." script: ./gradlew spotlessCheck # Do not upload a coverage report, as we don't run the tests for this job after_success: true