Create .travis.yml

This commit is contained in:
InsanusMokrassar 2020-02-19 20:08:15 +06:00 committed by GitHub
parent a34e67722b
commit b42a6ca0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

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