Skip to content

Commit a2c3d34

Browse files
committed
[CI] Travis: Fix before install
1 parent 21c4ccb commit a2c3d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ before_install:
6868
- /tmp/elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch-keystore create
6969
- >
7070
[[ -n "$TEST_SUITE" ]] && [[ "$TEST_SUITE" == "integration" ]] &&
71-
TEST_CLUSTER_COMMAND=/tmp/elasticsearch-6.7.0/bin/elasticsearch
71+
TEST_CLUSTER_COMMAND=/tmp/elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch
7272
bundle exec rake -I elasticsearch-extensions/lib test:cluster:start &&
7373
curl http://localhost:9250/_cluster/health?level=shards || true
7474

0 commit comments

Comments
 (0)