Remove .travis.yml

Use GitHub Actions.
This commit is contained in:
Alan Orth 2020-12-08 11:04:08 +02:00
parent 26eaa2d94f
commit b2027e3e44
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 8 deletions

View File

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