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 662cd93 commit 64c3f1dCopy full SHA for 64c3f1d
.travis.yml
@@ -10,7 +10,6 @@ language: ruby
10
11
services:
12
- mongodb
13
- - elasticsearch
14
15
branches:
16
only:
@@ -53,7 +52,7 @@ before_install:
53
52
- 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
+ - sudo service elasticsearch start
57
- gem update --system -q
58
- gem update bundler -q
59
- gem --version
0 commit comments