1
0
mirror of https://github.com/ilri/cgspace-java-helpers.git synced 2025-01-05 19:54:57 +01:00

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

View File

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