Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c714d29 commit dda21f6Copy full SHA for dda21f6
.travis.yml
@@ -6,7 +6,7 @@ jdk:
6
7
8
script:
9
- - 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
10
- sudo /usr/share/elasticsearch/bin/plugin install delete-by-query
11
- sudo service elasticsearch start
12
- sleep 10
0 commit comments