Skip to content

Commit

Permalink
Update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrevin committed Dec 22, 2017
1 parent 9f358c7 commit 4545e6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
build:
environment:
php:
version: 5.5.12
version: 7.1
dependencies:
before:
- sudo composer self-update && composer --version
- composer global require "fxp/composer-asset-plugin:~1.0"
tests:
override:
- phpunit
imports:
- php

checks:
php:
code_rating: true
duplication: true

tools:
php_sim: false
php_cpd: false
Expand All @@ -23,7 +24,8 @@ tools:
php_changetracking: true
external_code_coverage:
timeout: 2100 # Timeout in seconds.

filter:
excluded_paths:
- tests/*
- vendor/*
- vendor/*

0 comments on commit 4545e6d

Please sign in to comment.