Skip to content

Commit

Permalink
[TEST] Remove ES host/port so it starts in "dev" mode
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Apr 1, 2016
1 parent b24fc85 commit c91242d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions travis/download_and_run_es.sh
Expand Up @@ -7,8 +7,6 @@ fi;

killall java 2>/dev/null

ulimit -l unlimited

which java
java -version

Expand All @@ -27,9 +25,7 @@ find . -name "elasticsearch.yml" | while read TXT ; do echo 'path.repo: ["/tmp"]
echo "Starting Elasticsearch v${ES_VERSION}"

./elasticsearch-*/bin/elasticsearch \
-E es.network.host=localhost \
-E es.discovery.zen.ping_timeout=1s \
-E es.http.port=9200 \
-E es.discovery.zen.minimum_master_nodes=1 \
-d

Expand Down

0 comments on commit c91242d

Please sign in to comment.