We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14452c commit 99bf28fCopy full SHA for 99bf28f
scripts/travis/install_elasticsearch.sh
@@ -5,5 +5,5 @@ then
5
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
6
./elasticsearch-${ES_VERSION}/bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.3.0
7
./elasticsearch-${ES_VERSION}/bin/elasticsearch &
8
- curl 'localhost:9200/_cat/health?v'
+ curl '127.0.0.1:9200/_cat/health?v'
9
fi
0 commit comments