Skip to content

Commit

Permalink
Merge pull request #6 from triadev/scrutinizer_config_test
Browse files Browse the repository at this point in the history
Global elasticsearch config.
  • Loading branch information
triadev committed Jan 8, 2019
2 parents 3c4c538 + e2c2f2c commit 11d034c
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
build:
nodes:
coverage:
services:
elasticsearch: 6.4.0

environment:
variables:
ELASTICSEARCH_HOSTS: http://127.0.0.1:9200
services:
elasticsearch: 6.4.0

cache:
directories:
- vendor/
environment:
variables:
ELASTICSEARCH_HOSTS: http://127.0.0.1:9200

nodes:
coverage:
tests:
stop_on_failure: true

Expand Down

0 comments on commit 11d034c

Please sign in to comment.