Skip to content

Commit

Permalink
Merge pull request #55 from geekwright/scrutinizer-tweaks
Browse files Browse the repository at this point in the history
standardize config
  • Loading branch information
mambax7 authored Oct 1, 2018
2 parents c6da2bf + 7cd316c commit ccabea4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# .scrutinizer.yml
imports:
- php
build:
nodes:
analysis:
environment:
php:
version: 7.1
project_setup:
override: true
tests:
override:
- php-scrutinizer-run
filter:
excluded_paths:
- '_archive/*'
Expand Down

0 comments on commit ccabea4

Please sign in to comment.