cgspace-java-helpers/.travis.yml

9 lines
93 B
YAML

dist: focal
language: java
jdk:
- openjdk8
script:
- mvn package -B
# vim: ts=2 sw=2 et