From 2cd1dc12ad9881589ff93074033a440dcf589bbf Mon Sep 17 00:00:00 2001 From: Kenta Suzuki Date: Sun, 14 Feb 2016 20:20:10 +0900 Subject: [PATCH] =?UTF-8?q?circleci=E3=81=A7elasticsearch=E3=81=8C?= =?UTF-8?q?=E4=BD=BF=E3=81=88=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- circle.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..53a8132 --- /dev/null +++ b/circle.yml @@ -0,0 +1,9 @@ +dependencies: + post: + - wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.1.1.tar.gz + - tar -xvf elasticsearch-2.1.1.tar.gz + - elasticsearch-2.1.1/bin/plugin install analysis-kuromoji + - elasticsearch-2.1.1/bin/elasticsearch: {background: true} +est: + override: + - TEST_CLUSTER_COMMAND=/home/ubuntu/nasulog/elasticsearch-2.1.1/bin/elasticsearch