.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:
parent
4fb393be2c
commit
15dcb423cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue