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 @@ -30,14 +30,14 @@ matrix:
3030
3131 - rvm : 2.4.0
3232 jdk : oraclejdk8
33- env : TEST_SUITE=integration SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_BUILD_REF=origin/5.x TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.4.0-SNAPSHOT /bin/elasticsearch
33+ env : TEST_SUITE=integration SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_BUILD_REF=origin/5.5 TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.5.3 /bin/elasticsearch
3434
3535before_install :
3636 - gem update --system
3737 - gem --version
3838 - gem install bundler -v 1.14.3
3939 - bundle version
40- - curl -sS https://snapshots .elastic.co/downloads/elasticsearch/elasticsearch-5.4.0-SNAPSHOT .tar.gz | tar xz -C /tmp
40+ - curl -sS https://artifacts .elastic.co/downloads/elasticsearch/elasticsearch-5.5.3 .tar.gz | tar xz -C /tmp
4141 - rake setup
4242 - rake elasticsearch:update
4343
You can’t perform that action at this time.
0 commit comments