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 5e123f4 commit 6e7cfd0Copy full SHA for 6e7cfd0
.travis.yml
@@ -13,7 +13,7 @@ matrix:
13
env: ES=5
14
15
before_install:
16
- - export NEOS_TARGET_VERSION=5.0
+ - export NEOS_TARGET_VERSION=5.1
17
- cd ..
18
- if [ "$ES" = 5 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.15.zip && unzip elasticsearch-5.6.15.zip && mv elasticsearch-5.6.15 elasticsearch; fi
19
- cd elasticsearch
0 commit comments