From 4889a777da54c6848b92da273a28223cfaf8dfe9 Mon Sep 17 00:00:00 2001 From: Ivan Sopov Date: Mon, 2 Sep 2013 09:52:59 +0300 Subject: [PATCH] adding travis config file - additionally it is needed to activate travis on this github repo --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..68e0a3c8a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: java +jdk: + - openjdk6 + - openjdk7