adding travis config file - additionally it is needed to activate travis on this github repo

This commit is contained in:
Ivan Sopov 2013-09-02 09:52:59 +03:00
parent c8b42075fe
commit 4889a777da
1 changed files with 4 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: java
jdk:
- openjdk6
- openjdk7