Repository: commons-io Updated Branches: refs/heads/master 878133480 -> 546316432
run rat check on travis Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/54631643 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/54631643 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/54631643 Branch: refs/heads/master Commit: 54631643211e2dc29beaecc30e4eedf2928738d7 Parents: 8781334 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Dec 18 17:07:54 2016 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Dec 18 17:07:54 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/54631643/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c2fac09..a969aba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn clean apache-rat:check cobertura:cobertura coveralls:report