Skip to content

Commit 6e7cfd0

Browse files
committed
TASK: Require latest Neos in travis tests
1 parent 5e123f4 commit 6e7cfd0

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
@@ -13,7 +13,7 @@ matrix:
1313
env: ES=5
1414

1515
before_install:
16-
- export NEOS_TARGET_VERSION=5.0
16+
- export NEOS_TARGET_VERSION=5.1
1717
- cd ..
1818
- 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
1919
- cd elasticsearch

0 commit comments

Comments
 (0)