Skip to content

Commit

Permalink
Added scrutinizer config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lorke committed Oct 26, 2018
1 parent 81db624 commit 315229c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ build:
command: phpcs-run
use_website_config: true

environment:
variables:
ELASTICSEARCH_PORT: 9200
php:
version: "7.1"

services:
elasticsearch: 6.4.0

filter:
excluded_paths:
- 'tests/*'
Expand Down

0 comments on commit 315229c

Please sign in to comment.