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 21c4ccb commit a2c3d34Copy full SHA for a2c3d34
.travis.yml
@@ -68,7 +68,7 @@ before_install:
68
- /tmp/elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch-keystore create
69
- >
70
[[ -n "$TEST_SUITE" ]] && [[ "$TEST_SUITE" == "integration" ]] &&
71
- TEST_CLUSTER_COMMAND=/tmp/elasticsearch-6.7.0/bin/elasticsearch
+ TEST_CLUSTER_COMMAND=/tmp/elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch
72
bundle exec rake -I elasticsearch-extensions/lib test:cluster:start &&
73
curl http://localhost:9250/_cluster/health?level=shards || true
74
0 commit comments