mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
add travis dokka step
This commit is contained in:
parent
e85e7d02f7
commit
6a73aa1525
@ -11,3 +11,5 @@ jobs:
|
|||||||
script: ./gradlew build -s -x jvmTest -x jsIrTest -x jsIrBrowserTest -x jsIrNodeTest -x jsLegacyTest -x jsLegacyBrowserTest -x jsLegacyNodeTest
|
script: ./gradlew build -s -x jvmTest -x jsIrTest -x jsIrBrowserTest -x jsIrNodeTest -x jsLegacyTest -x jsLegacyBrowserTest -x jsLegacyNodeTest
|
||||||
- state: test
|
- state: test
|
||||||
script: ./gradlew allTests
|
script: ./gradlew allTests
|
||||||
|
- state: dokka
|
||||||
|
script: ./gradlew dokkaHtml
|
||||||
|
Loading…
Reference in New Issue
Block a user