.travis.yml: include apache rat license check in the main script, so that the build fails if there are violations
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/15dcb423 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/15dcb423 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/15dcb423 Branch: refs/heads/release Commit: 15dcb423cf0af2b52c0b5cc60d5f0bce85dcacdd Parents: 4fb393b Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Mar 12 18:07:19 2017 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Mar 12 18:07:19 2017 +0100 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/15dcb423/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 44a34a8..5684ab6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ jdk: - oraclejdk8 script: - - mvn test checkstyle:check javadoc:javadoc -B + - mvn test checkstyle:check javadoc:javadoc apache-rat:check -B after_success: - - mvn clean apache-rat:check cobertura:cobertura coveralls:report + - mvn clean cobertura:cobertura coveralls:report