Skip to content

Commit

Permalink
Tweak script for new cli format
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 6, 2016
1 parent 6bae671 commit 4adbe94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/download_and_run_es.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ find . -name "elasticsearch.yml" | while read TXT ; do echo 'path.repo: ["/tmp"]
echo "Starting Elasticsearch v${ES_VERSION}"

./elasticsearch-*/bin/elasticsearch \
-E es.discovery.zen.ping_timeout=1s \
-E es.discovery.zen.minimum_master_nodes=1 \
-E discovery.zen.ping_timeout=1s \
-E discovery.zen.minimum_master_nodes=1 \
-d


Expand Down

0 comments on commit 4adbe94

Please sign in to comment.