Skip to content

Commit

Permalink
Update spotless Travis job name to be more descriptive (mockito#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe authored and epeee committed Jun 22, 2020
1 parent 80a9c18 commit b1e670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit b1e670b

Please sign in to comment.