1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 14:49:47 +00:00

Create .travis.yml

This commit is contained in:
2020-02-19 20:08:15 +06:00
committed by GitHub
parent a34e67722b
commit b42a6ca0cf

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: java
install: true
os: linux
dist: trusty
jdk: oraclejdk8
script:
- ./gradlew build -s