Skip to content

Commit 99bf28f

Browse files
committed
Test again
1 parent f14452c commit 99bf28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/install_elasticsearch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ then
55
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
66
./elasticsearch-${ES_VERSION}/bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.3.0
77
./elasticsearch-${ES_VERSION}/bin/elasticsearch &
8-
curl 'localhost:9200/_cat/health?v'
8+
curl '127.0.0.1:9200/_cat/health?v'
99
fi

0 commit comments

Comments
 (0)