Commit 95588000 by Greg Price

Make Travis use an ES version we support

parent 66482b54
......@@ -4,4 +4,6 @@ rvm:
services:
- mongodb
- elasticsearch
before_install:
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.11.deb && sudo dpkg -i elasticsearch-0.90.11.deb && sudo service elasticsearch restart
script: bundle exec rspec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment