Skip to content

Commit

Permalink
correct deb version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranmoyal committed Mar 26, 2016
1 parent c714d29 commit dda21f6
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 @@ -6,7 +6,7 @@ jdk:


script:
- wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.0.0/elasticsearch-2.0.0.deb && sudo dpkg -i --force-confnew elasticsearch-2.0.0.deb
- wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.1.0/elasticsearch-2.1.0.deb && sudo dpkg -i --force-confnew elasticsearch-2.1.0.deb
- sudo /usr/share/elasticsearch/bin/plugin install delete-by-query
- sudo service elasticsearch start
- sleep 10
Expand Down

0 comments on commit dda21f6

Please sign in to comment.