Skip to content

Commit 360bdbe

Browse files
author
Alex Leschenko
committed
Travis es
1 parent 3caaa6b commit 360bdbe

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ sudo: false
33
language: ruby
44

55
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
6+
- 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
7+
- tar -xzf elasticsearch.tar.gz
8+
- cd elasticsearch*/ && bin/elasticsearch &
9+
- sleep 10 && curl http://localhost:9200
1310

1411
rvm:
1512
- 1.9.3

0 commit comments

Comments
 (0)