.travis.yml: include apache rat license check in the main script, so that the build fails if there are violations

This commit is contained in:
pascalschumacher 2017-03-12 18:07:19 +01:00
parent 4fb393be2c
commit 15dcb423cf
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jdk:
- oraclejdk8 - oraclejdk8
script: script:
- mvn test checkstyle:check javadoc:javadoc -B - mvn test checkstyle:check javadoc:javadoc apache-rat:check -B
after_success: after_success:
- mvn clean apache-rat:check cobertura:cobertura coveralls:report - mvn clean cobertura:cobertura coveralls:report