Skip to content

Commit 451786b

Browse files
committedFeb 12, 2017
[CI] Updated Travis configuration to run integration tests against Elasticsearch 5.2.0
1 parent d7945b4 commit 451786b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ matrix:
2828

2929
- rvm: 2.3.3
3030
jdk: oraclejdk8
31-
env: TEST_SUITE=integration SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-1.7.5/bin/elasticsearch
31+
env: TEST_SUITE=integration SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.2.0/bin/elasticsearch
3232

3333
before_install:
3434
- gem update --system --no-rdoc --no-ri
3535
- gem --version
3636
- gem install bundler -v 1.14.3 --no-rdoc --no-ri
3737
- bundle version
38-
- curl -sS https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.tar.gz | tar xz -C /tmp
38+
- curl -sS https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0.tar.gz | tar xz -C /tmp
3939

4040
install:
4141
- bundle install

0 commit comments

Comments
 (0)