File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3333before_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
4040install :
4141 - bundle install
You can’t perform that action at this time.
0 commit comments