Hello travis

This commit is contained in:
Gabriele C 2018-11-08 20:05:38 +01:00 committed by GitHub
parent b2d30e5989
commit 5a40cc8192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
sudo: false
dist: trusty
language: java
jdk:
- oraclejdk8
- openjdk11
cache:
directories:
- '$HOME/.m2/repository'
script:
- mvn clean install -B