We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec858e commit e55e64cCopy full SHA for e55e64c
.travis.yml
@@ -49,7 +49,7 @@ env:
49
50
51
before_install:
52
- - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb
+ - 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
@@ -60,6 +60,7 @@ before_install:
60
- bundle version
61
62
install:
63
+ - bundle install
64
- bundle install
65
- rake bundle:clean
66
- rake bundle:install
0 commit comments