Skip to content

Commit 0d1d57a

Browse files
committed
bump version travis uses for test
1 parent c4ce9af commit 0d1d57a

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-6.0.0.zip
27+
- curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.1.1.zip
2828
- unzip /tmp/es-snap.zip -d /tmp/
2929
- /tmp/elasticsearch-*/bin/elasticsearch -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)