Create .travis.yml

This commit is contained in:
InsanusMokrassar 2020-11-17 21:45:42 +06:00 committed by GitHub
parent d7d8eb8faf
commit 5d221435fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: java
install: true
os: linux
dist: trusty
jdk: oraclejdk8
jobs:
include:
- stage: build
script: ./gradlew build -s
- state: test
script: ./gradlew allTests
- state: dokka
script: ./gradlew dokkaHtml