We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367b727 commit 18dc5cfCopy full SHA for 18dc5cf
.travis.yml
@@ -7,6 +7,7 @@ services:
7
- redis-server
8
before_install:
9
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.deb
10
+- sudo dpkg --purge elasticsearch
11
- sudo dpkg -i elasticsearch-0.90.13.deb
12
- sudo service elasticsearch start
13
- gem update --system
0 commit comments