[FEATURE] Added generation of javadocs

This commit is contained in:
JKetelaar
2016-06-04 15:24:56 +02:00
parent b053fdb504
commit 7934baf16a
2 changed files with 22 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@ before_install:
- chmod +x ./.travis/call-creation.sh
- mvn clean
install:
- sudo apt-get update && sudo apt-get --assume-yes install zip unzip
script: "./.travis/maven-build.sh"
after_deploy: "./.travis/call-creation.sh"