Create .travis.yml

This commit is contained in:
InsanusMokrassar 2020-11-17 21:46:44 +06:00 committed by GitHub
parent 184c309ef9
commit 81ec932da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.travis.yml Normal file
View File

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