You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/04/22 13:47:24 UTC

[text] run findbugs on travis-ci

Repository: commons-text
Updated Branches:
  refs/heads/master 0b8532b5b -> c5863f4f9


run findbugs on travis-ci


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c5863f4f
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c5863f4f
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/c5863f4f

Branch: refs/heads/master
Commit: c5863f4f9536e08da50a47f635500ea0b838bb08
Parents: 0b8532b
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sat Apr 22 15:47:18 2017 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sat Apr 22 15:47:18 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/c5863f4f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8f4c08f..3c5ac3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ jdk:
   - oraclejdk8
 
 script:
-  - mvn test apache-rat:check clirr:check checkstyle:check javadoc:javadoc
+  - mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc
 
 after_success:
   - mvn clean test jacoco:report coveralls:report