Skip to content

Commit e04c905

Browse files
authored
Merge pull request elastic#647 from fxdgear/nick/fix_test_children_are_reindex_correctly
Use version 6.0.0
2 parents 0eba1bf + 24e5564 commit e04c905

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
@@ -24,7 +24,7 @@ before_install:
2424
- java -version
2525

2626
install:
27-
- curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.1.zip
27+
- curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0-beta2.zip
2828
- unzip /tmp/es-snap.zip -d /tmp/
2929
- /tmp/elasticsearch-*/bin/elasticsearch -E script.inline=true -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr.testattr=test -d
3030
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch

0 commit comments

Comments
 (0)