Skip to content

Commit

Permalink
travis tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
parisholley committed Apr 27, 2016
1 parent ca298f1 commit 6b7dad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ php:
services:
- docker
before_script:
- docker pull phpunit/phpunit
- docker pull elasticsearch:2.3
- docker run -d --name elasticsearch -p 127.0.0.1:9200:9200 elasticsearch
- docker run -d -p 127.0.0.1:9200:9200 elasticsearch
- sleep 15
2 changes: 0 additions & 2 deletions tests/unit-tests/elasticsearch/SearcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ public function testBuildQueryMultipleTaxonomiesWithFacetingShoulds()

$query = $searcher->_buildQuery('string', $facets);

print_r($query);

$this->assertEquals(array(
'query' => array(
'bool' => array(
Expand Down

0 comments on commit 6b7dad6

Please sign in to comment.