Added travis ci configuration.

This commit is contained in:
Alexey Zinchenko 2019-06-14 23:15:18 +03:00
parent 1812a39108
commit 3195c32f97

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: java
script: "mvn test"
jdk:
- openjdk8
- openjdk11