1
0
Fork 0

added support for travis.

master
steenzout 2015-03-23 11:32:36 -06:00
parent 9095944c98
commit 8711acc101
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7