Remove .travis.yml

Use GitHub Actions.
This commit is contained in:
2020-12-08 11:04:08 +02:00
parent 26eaa2d94f
commit b2027e3e44

View File

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