Deploy JDoc even when tests on master fail
This commit is contained in:
parent
8e53fdad16
commit
147322b526
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
language: java
|
language: java
|
||||||
|
|
||||||
script: ./gradlew check
|
script:
|
||||||
after_success: ./gradlew aggregatedJavadocs
|
./gradlew check
|
||||||
|
./gradlew aggregatedJavadocs
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
|
|
Loading…
Reference in a new issue