Skip to content

Commit

Permalink
--force-confdef when installing Elasticsearch via Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 11, 2014
1 parent 5c429de commit 743b412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ env:
before_install:
# We need to run a pre-1.0 instance of ES until we update everything.
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.deb
- sudo dpkg -i elasticsearch-0.90.13.deb
- sudo dpkg -i --force-confdef elasticsearch-0.90.13.deb
- sudo service elasticsearch restart

- cpanm -n Devel::Cover::Report::Coveralls
Expand Down

0 comments on commit 743b412

Please sign in to comment.