Skip to content

Commit 0631409

Browse files
committed
TASK: Set Neos target version for testing to 4.0
1 parent 674dd2d commit 0631409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
env: ES=5
1818

1919
before_install:
20-
- export NEOS_TARGET_VERSION=3.0
20+
- export NEOS_TARGET_VERSION=4.0
2121
- cd ..
2222
- 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
2323
- 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

Comments
 (0)