1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-02-16 19:52:01 +00:00
tgbotapi/.travis.yml

16 lines
360 B
YAML
Raw Normal View History

2020-02-19 20:08:15 +06:00
language: java
install: true
os: linux
dist: trusty
jdk: oraclejdk8
2020-08-18 13:50:26 +06:00
jobs:
include:
- stage: build
2020-08-20 10:51:05 +06:00
script: ./gradlew build -s -x jvmTest -x jsIrTest -x jsIrBrowserTest -x jsIrNodeTest -x jsLegacyTest -x jsLegacyBrowserTest -x jsLegacyNodeTest
2020-08-18 13:50:26 +06:00
- state: test
script: ./gradlew allTests
2020-10-19 19:48:17 +06:00
- state: dokka
2020-10-22 19:19:55 +06:00
script: ./gradlew dokkaHtml