Commit f10416fa by Jim Abramson

fix .travis.yml to avoid hanging on shell prompt

parent dc899319
......@@ -5,5 +5,5 @@ 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
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.11.deb && sudo dpkg --force-confnew -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