We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc28246 commit 3e48fdaCopy full SHA for 3e48fda
.travis.yml
@@ -16,7 +16,7 @@ env:
16
install:
17
- mkdir /tmp/elasticsearch
18
- 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
19
- - /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
20
- git clone https://github.com/elasticsearch/elasticsearch.git ../elasticsearch
21
- pip install .
22
0 commit comments