We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caaa6b commit 360bdbeCopy full SHA for 360bdbe
.travis.yml
@@ -3,13 +3,10 @@ sudo: false
3
language: ruby
4
5
before_install:
6
- - curl -O https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.1.1/elasticsearch-2.1.1.deb && dpkg -i --force-confnew elasticsearch-2.1.1.deb
7
-
8
-services:
9
- - elasticsearch
10
11
-gemfile:
12
- - Gemfile
+ - curl -s https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.0.0/elasticsearch-2.0.0.tar.gz > elasticsearch.tar.gz
+ - tar -xzf elasticsearch.tar.gz
+ - cd elasticsearch*/ && bin/elasticsearch &
+ - sleep 10 && curl http://localhost:9200
13
14
rvm:
15
- 1.9.3
0 commit comments