Skip to content

Commit

Permalink
Fix for #906 + fixed travis allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jul 3, 2019
1 parent 2b9a84d commit 7617a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ matrix:
include:
- php: 7.1
env: ES_VERSION="7.0.0"

- php: 7.2
env: ES_VERSION="7.0.0"

- php: 7.3
env: ES_VERSION="7.0.0"
- php: 7.3
env: ES_VERSION="7.1.0"
allow_failures:
- php: 7.3
env: ES_VERSION="7.1.0"
Expand Down
1 change: 0 additions & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ public function scroll(array $params = [])
{
$scrollID = $this->extractArgument($params, 'scroll_id');
$body = $this->extractArgument($params, 'body');
$scroll = $this->extractArgument($params, 'scroll');

/**
* @var callable $endpointBuilder
Expand Down

0 comments on commit 7617a23

Please sign in to comment.