We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674dd2d commit 0631409Copy full SHA for 0631409
1 file changed
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
env: ES=5
18
19
before_install:
20
- - export NEOS_TARGET_VERSION=3.0
+ - export NEOS_TARGET_VERSION=4.0
21
- cd ..
22
- if [ "$ES" = 1 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.6.zip && unzip elasticsearch-1.7.6.zip && mv elasticsearch-1.7.6 elasticsearch; fi
23
- if [ "$ES" = 2 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.6.zip && unzip elasticsearch-2.4.6.zip && mv elasticsearch-2.4.6 elasticsearch; fi
0 commit comments