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 <pascalschumac...@gmx.net>
Authored: Sat Apr 22 15:47:18 2017 +0200
Committer: Pascal Schumacher <pascalschumac...@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

Reply via email to