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 f7b29e4 commit 6baae48Copy full SHA for 6baae48
travis_before_script.sh
@@ -12,4 +12,4 @@ echo 'Unzipping file'
12
unzip -q /tmp/elasticsearch.zip
13
14
echo "Starting elasticsearch on port ${TEST_CLUSTER_PORT}"
15
-${PWD}/elasticsearch-7.0.0-alpha1-SNAPSHOT/bin/elasticsearch -E http.port=${TEST_CLUSTER_PORT} &> /dev/null &
+${PWD}/elasticsearch-${ELASTICSEARCH_VERSION}-SNAPSHOT/bin/elasticsearch -E http.port=${TEST_CLUSTER_PORT} &> /dev/null &
0 commit comments