Skip to content

Commit c91242d

Browse files
committed
[TEST] Remove ES host/port so it starts in "dev" mode
1 parent b24fc85 commit c91242d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

travis/download_and_run_es.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ fi;
77

88
killall java 2>/dev/null
99

10-
ulimit -l unlimited
11-
1210
which java
1311
java -version
1412

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

2927
./elasticsearch-*/bin/elasticsearch \
30-
-E es.network.host=localhost \
3128
-E es.discovery.zen.ping_timeout=1s \
32-
-E es.http.port=9200 \
3329
-E es.discovery.zen.minimum_master_nodes=1 \
3430
-d
3531

0 commit comments

Comments
 (0)