From 3e48fdac9fce5938c11919d8a8741087e19ed693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 25 Jun 2014 15:48:23 +0200 Subject: [PATCH] Update memcached plugin version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eec19b53..8fbbd1d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: install: - mkdir /tmp/elasticsearch - wget -O - http://s3-us-west-2.amazonaws.com/build.elasticsearch.org/origin/master/nightly/JDK6/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1 - - /tmp/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-transport-memcached/2.0.0.RC1 + - /tmp/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-transport-memcached/3.0.0-SNAPSHOT - git clone https://github.com/elasticsearch/elasticsearch.git ../elasticsearch - pip install .