diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..d4a285e --- /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} +test: + override: + - TEST_CLUSTER_COMMAND=/home/ubuntu/nasulog/elasticsearch-2.1.1/bin/elasticsearch