1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-26 11:38:09 +00:00
tgbotapi/.travis.yml

14 lines
242 B
YAML
Raw Normal View History

2020-02-19 14:08:15 +00:00
language: java
install: true
os: linux
dist: trusty
jdk: oraclejdk8
2020-08-18 07:50:26 +00:00
jobs:
include:
- stage: build
script: ./gradlew build -s -x jvmTest -x jsTest -x jsNodeTest -x jsBrowserTest
- state: test
script: ./gradlew allTests