1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-01 15:35:24 +00:00
tgbotapi/.travis.yml

14 lines
242 B
YAML

language: java
install: true
os: linux
dist: trusty
jdk: oraclejdk8
jobs:
include:
- stage: build
script: ./gradlew build -s -x jvmTest -x jsTest -x jsBrowserTest -x jsNodeTest
- state: test
script: ./gradlew allTests