1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-13 05:15:26 +00:00

update travis build config

This commit is contained in:
InsanusMokrassar 2020-08-19 00:31:14 +06:00
parent 5545708d38
commit 095382040c

View File

@ -8,6 +8,6 @@ jdk: oraclejdk8
jobs:
include:
- stage: build
script: ./gradlew build -s -x jvmTest -x jsTest -x jsNodeTest -x jsBrowserTest
script: ./gradlew build -s -x jvmTest -x jsIrTest -x jsIrBrowserTest -x jsIrNodeTest -x jsLegacyTest -x jsLegacyBrowserTest -x jsLegacyNodeTest
- state: test
script: ./gradlew allTests