Commit ffb1dcfb by Greg Price

Merge pull request #115 from edx/gprice/travis-es-version

Make Travis use an ES version we support
parents 66482b54 95588000
......@@ -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