File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -45,23 +45,24 @@ matrix:
45
45
env :
46
46
global :
47
47
- ELASTICSEARCH_VERSION=7.0.0.alpha
48
+ - TEST_CLUSTER_PORT=9250
48
49
- QUIET=true
49
50
50
51
51
52
before_install :
52
- - wget https://download .elastic.co/elasticsearch/release/org/ elasticsearch/distribution/deb/elasticsearch/7.0.0 /elasticsearch-${ELASTICSEARCH_VERSION}.deb
53
- - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
54
- - shasum -a 512 -c elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
55
- - sudo dpkg -i --force-confnew elasticsearch-${ELASTICSEARCH_VERSION}.deb
56
- - sudo service elasticsearch restart
53
+ # - wget https://artifacts .elastic.co/downloads/ elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb
54
+ # - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
55
+ # - shasum -a 512 -c elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
56
+ # - sudo dpkg -i --force-confnew elasticsearch-${ELASTICSEARCH_VERSION}.deb
57
+ # - sudo service elasticsearch restart
57
58
- gem update --system -q
58
59
- gem update bundler -q
59
60
- gem --version
60
61
- bundle version
61
62
62
63
install :
63
- - bundle install
64
- - bundle install
64
+ - bundle install test:setup_elasticsearch_docker
65
+ - bundle exec rake test:set
65
66
- rake bundle:clean
66
67
- rake bundle:install
67
68
You can’t perform that action at this time.
0 commit comments