Skip to content

Commit 7016e1c

Browse files
author
Dawn Richardson
committed
[CI] Updated Elasticsearch on Travis to 5.5.3
1 parent 7512570 commit 7016e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ matrix:
3030

3131
- rvm: 2.4.0
3232
jdk: oraclejdk8
33-
env: TEST_SUITE=integration SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_BUILD_REF=origin/5.x TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.4.0-SNAPSHOT/bin/elasticsearch
33+
env: TEST_SUITE=integration SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_BUILD_REF=origin/5.x TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.5.3/bin/elasticsearch
3434

3535
before_install:
3636
- gem update --system
3737
- gem --version
3838
- gem install bundler -v 1.14.3
3939
- bundle version
40-
- curl -sS https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0-SNAPSHOT.tar.gz | tar xz -C /tmp
40+
- curl -sS https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.3.tar.gz | tar xz -C /tmp
4141
- rake setup
4242
- rake elasticsearch:update
4343

0 commit comments

Comments
 (0)