Add TravisCI support

This commit is contained in:
Alan Orth 2020-08-03 14:29:17 +03:00
parent 3a6e407765
commit df4d9b313e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
dist: bionic
language: java
jdk:
- openjdk8
script:
- mvn package -B
# vim: ts=2 sw=2 et