ES master has removed none gateway and memory index storage, update Travis CI defs

This commit is contained in:
Honza Král
2014-11-25 13:52:43 +01:00
parent ee4a37658f
commit 32377a4f18
+1 -1
View File
@@ -20,7 +20,7 @@ install:
- pip install . - pip install .
before_script: before_script:
- /tmp/elasticsearch/bin/elasticsearch -d -D es.path.data=/tmp -D es.gateway.type=none -D es.index.store.type=memory -D es.discovery.zen.ping.multicast.enabled=false -Des.node.bench=true - /tmp/elasticsearch/bin/elasticsearch -d -D es.path.data=/tmp -D es.discovery.zen.ping.multicast.enabled=false -Des.node.bench=true
script: script:
- python setup.py test - python setup.py test