Skip to content

Commit

Permalink
Travis es
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Leschenko committed Jan 28, 2016
1 parent 3caaa6b commit 360bdbe
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Expand Up @@ -3,13 +3,10 @@ sudo: false
language: ruby

before_install:
- 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

services:
- elasticsearch

gemfile:
- 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

rvm:
- 1.9.3
Expand Down

0 comments on commit 360bdbe

Please sign in to comment.