Add javadoc creation to Travis CI (closes #252)

This commit is contained in:
Allon Mureinik 2017-03-05 18:03:01 +02:00 committed by pascalschumacher
parent 7337507a79
commit 0ba25aa97b
1 changed files with 3 additions and 0 deletions

View File

@ -21,5 +21,8 @@ jdk:
- oraclejdk7
- oraclejdk8
script:
- mvn test javadoc:javadoc -B
after_success:
- mvn clean apache-rat:check cobertura:cobertura coveralls:report