Deploy JDoc even when tests on master fail

This commit is contained in:
TobiGr 2019-12-26 22:11:12 +01:00
parent 8e53fdad16
commit 147322b526
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
language: java
script: ./gradlew check
after_success: ./gradlew aggregatedJavadocs
script:
./gradlew check
./gradlew aggregatedJavadocs
deploy:
provider: pages