Skip to content

Commit

Permalink
Ensure ElasticSearch is restarted on Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Apr 8, 2015
1 parent 1dbd25d commit c506ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- sudo apt-get install -y mongodb-org=2.6.7
- sudo apt-get install libgeos-dev gdal-bin libgdal1h libgdal-dev
- sudo /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.4.0
- sudo service elasticsearch start
- sudo service elasticsearch restart
- mongo --version
install:
- pip install -r requirements/travis.pip
Expand Down

0 comments on commit c506ee8

Please sign in to comment.