Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to install ES 2.0 on Travis.
  • Loading branch information
oalders committed Nov 11, 2015
1 parent 60ba726 commit 720b9c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,11 @@ env:


before_install:
# https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-repositories.html
- wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
- echo "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-2.x.list
- sudo apt-get update && sudo apt-get install elasticsearch

- sudo service elasticsearch restart
- pwd

Expand Down

0 comments on commit 720b9c2

Please sign in to comment.