Skip to content

Commit f7b29e4

Browse files
committed
[CI] Update elasticsearch snapshot version also in travis before script ENV var
1 parent d7237b1 commit f7b29e4

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
@@ -48,7 +48,7 @@ env:
4848
- QUIET=true
4949

5050
before_install:
51-
- ELASTICSEARCH_VERSION=7.0.0-alpha1 TEST_CLUSTER_PORT=9250 source ./travis_before_script.sh
51+
- ELASTICSEARCH_VERSION=7.0.0 TEST_CLUSTER_PORT=9250 source ./travis_before_script.sh
5252
- gem update --system -q
5353
- gem update bundler -q
5454
- gem --version

0 commit comments

Comments
 (0)