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 780fc31 commit 3caaa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ 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 && sudo dpkg -i --force-confnew elasticsearch-2.1.1.deb
- 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
Expand Down

0 comments on commit 3caaa6b

Please sign in to comment.