mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2025-05-28 22:28:11 +02:00
Add TravisCI support
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
dist: bionic
|
||||
language: java
|
||||
jdk:
|
||||
- openjdk8
|
||||
script:
|
||||
- mvn package -B
|
||||
|
||||
# vim: ts=2 sw=2 et
|
Reference in New Issue
Block a user