Skip to content

Commit b4a5ca7

Browse files
committed
[CI] Updated the Elasticsearch version at Travis to "6.0.0-alpha1-SNAPSHOT"
1 parent 98021ba commit b4a5ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 QUIET=y SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.2.0/bin/elasticsearch
31+
env: TEST_SUITE=integration QUIET=y SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-6.0.0-alpha1-SNAPSHOT/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://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0.tar.gz | tar xz -C /tmp
38+
- curl -sS https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0-alpha1-SNAPSHOT.tar.gz | tar xz -C /tmp
3939

4040
install:
4141
- bundle install

0 commit comments

Comments
 (0)