1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 16:23:48 +00:00

update travis build

This commit is contained in:
InsanusMokrassar 2020-08-19 13:52:18 +06:00
parent 319e43901a
commit 212d8946c8

View File

@ -8,6 +8,6 @@ jdk: oraclejdk8
jobs: jobs:
include: include:
- stage: build - stage: build
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 jsTest -x jsBrowserTest -x jsNodeTest
- state: test - state: test
script: ./gradlew allTests script: ./gradlew allTests