Skip to content

Commit e55e64c

Browse files
committed
[CI] Try another endpoint for elasticsearh 7.0.0.alpha1
1 parent dec858e commit e55e64c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env:
4949

5050

5151
before_install:
52-
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb
52+
- wget https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/7.0.0/elasticsearch-${ELASTICSEARCH_VERSION}.deb
5353
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
5454
- shasum -a 512 -c elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
5555
- sudo dpkg -i --force-confnew elasticsearch-${ELASTICSEARCH_VERSION}.deb
@@ -60,6 +60,7 @@ before_install:
6060
- bundle version
6161

6262
install:
63+
- bundle install
6364
- bundle install
6465
- rake bundle:clean
6566
- rake bundle:install

0 commit comments

Comments
 (0)