mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-22 23:05:12 +01:00
Add TravisCI support
This commit is contained in:
parent
3a6e407765
commit
df4d9b313e
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
|
Loading…
Reference in New Issue
Block a user