Add a basic Travis CI configuration

This commit is contained in:
str4d
2017-12-02 10:25:00 +00:00
parent f8e871cea9
commit 2becaaa593

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: java
jdk:
- oraclejdk9
- oraclejdk8
- openjdk8
- openjdk7