This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new 8820207 Enforce SpotBugs. 8820207 is described below commit 88202074fb948c700419c537e91f50f2795424ae Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Sep 11 10:01:20 2019 -0400 Enforce SpotBugs. --- .github/workflows/maven.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 204e3a5..7574118 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,4 +32,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml + run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml diff --git a/.travis.yml b/.travis.yml index 1e3de86..c419c93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ script: - mvn after_success: - - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco + - mvn clean test spotbugs:check jacoco:report coveralls:report -Ptravis-jacoco