File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ matrix:
28
28
29
29
- rvm : 2.3.3
30
30
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
32
32
33
33
before_install :
34
34
- gem update --system --no-rdoc --no-ri
35
35
- gem --version
36
36
- gem install bundler -v 1.14.3 --no-rdoc --no-ri
37
37
- 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
39
39
40
40
install :
41
41
- bundle install
You can’t perform that action at this time.
0 commit comments