Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dda21f6

Browse files
committed
correct deb version
1 parent c714d29 commit dda21f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jdk:
66

77

88
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
9+
- 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
1010
- sudo /usr/share/elasticsearch/bin/plugin install delete-by-query
1111
- sudo service elasticsearch start
1212
- sleep 10

0 commit comments

Comments
 (0)