Skip to content

Commit

Permalink
Added to Scrutinizr and Travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
c15k0 committed May 29, 2017
1 parent cfe32f6 commit 5ead035
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
checks:
php: true

build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=psfs-coverage'
coverage:
file: 'psfs-coverage'
format: 'clover'
environment:
php: '7.1'

filter:
excluded_paths:
- src/bin/*
- src/command/*
- src/test/*
- src/public/*
- src/templates/*
- locale/*
- cache/*
- config/*
- logs/*
- vendor/*
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php

php:
- '5.6'
- '7.0'
- '7.1'

install:
- composer self-update
- composer install -o

after_deploy:
- phpunit

addons:
code_climate:
repo_token: ada8a3a044a98d6a8ec603521ac59efc9f2f57ad

0 comments on commit 5ead035

Please sign in to comment.