Skip to content

Commit c243026

Browse files
committed
Updated the version of Elasticsearch to run at Travis to "5.3.0"
1 parent 83107f2 commit c243026

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ branches:
1515
only:
1616
- master
1717
- travis
18+
- 5.x
1819

1920
matrix:
2021
include:
@@ -28,14 +29,14 @@ matrix:
2829

2930
- rvm: 2.3.3
3031
jdk: oraclejdk8
31-
env: TEST_SUITE=integration QUIET=y SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.2.0/bin/elasticsearch
32+
env: TEST_SUITE=integration QUIET=y SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.3.0/bin/elasticsearch
3233

3334
before_install:
3435
- gem update --system --no-rdoc --no-ri
3536
- gem --version
3637
- gem install bundler -v 1.14.3 --no-rdoc --no-ri
3738
- bundle version
38-
- curl -sS https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0.tar.gz | tar xz -C /tmp
39+
- curl -sS https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.3.0.tar.gz | tar xz -C /tmp
3940

4041
install:
4142
- bundle install

0 commit comments

Comments
 (0)