Skip to content

Commit 2fd0dc7

Browse files
committed
TASK: Use latest Neos version for testing
1 parent 86e6ad5 commit 2fd0dc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.1
16+
- export NEOS_TARGET_VERSION=5.2
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

Tests/Unit/Eel/ElasticSearchQueryBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function basicRequestStructureTakesContextNodeIntoAccount(): void
172172
*/
173173
public function queryFilterThrowsExceptionOnInvalidClauseType(): void
174174
{
175-
$this->expectException( QueryBuildingException::class);
175+
$this->expectException(QueryBuildingException::class);
176176
$this->queryBuilder->queryFilter('foo', [], 'unsupported');
177177
}
178178

0 commit comments

Comments
 (0)