Create .travis.yml
This commit is contained in:
parent
a2ff1f9c5e
commit
ec2a47e123
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
language: java
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
- oraclejdk7
|
||||||
|
- openjdk6
|
Reference in a new issue