Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelwilliams committed Nov 15, 2018
1 parent 2e16f4c commit fdcc8b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
8 changes: 3 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ checks:
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 3
external_code_coverage: true
php_analyzer: true
php_code_coverage: false
php_code_sniffer:
Expand All @@ -29,7 +27,7 @@ tools:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
excluded_dirs: ['vendor', 'example']
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
excluded_dirs: ['vendor', 'example']
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: php

php:
- "7.1"
- "7.2"

before_script:
- composer install

script: vendor/bin/phpunit --coverage-clover=coverage.clover

after_script:
- php vendor/bin/php-coveralls -v
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
dist: trusty

5 changes: 0 additions & 5 deletions CHANGELOG-0.x.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2017 Yif Swery
Copyright (c) 2016-2018 Yif Swery

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit fdcc8b4

Please sign in to comment.