tgbotapi/.travis.yml

14 lines
307 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
2020-08-20 04:51:05 +00:00
script: ./gradlew build -s -x jvmTest -x jsIrTest -x jsIrBrowserTest -x jsIrNodeTest -x jsLegacyTest -x jsLegacyBrowserTest -x jsLegacyNodeTest
2020-08-18 07:50:26 +00:00
- state: test
script: ./gradlew allTests