From c744fa21dfae31be836df69c28fcc7ca97e9e116 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 29 Sep 2014 09:28:11 +0200 Subject: [PATCH] Enable Travis CI build Per instructions at http://docs.travis-ci.com/user/getting-started. See https://travis-ci.org/bitsquare/bitsquare Resolves #86 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..c0f28cfa41 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: java +jdk: oraclejdk8