.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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue