Skip to content

Commit fdcc8b4

Browse files
.
1 parent 2e16f4c commit fdcc8b4

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ checks:
1717
fix_identation_4spaces: true
1818
fix_doc_comments: true
1919
tools:
20-
external_code_coverage:
21-
timeout: 600
22-
runs: 3
20+
external_code_coverage: true
2321
php_analyzer: true
2422
php_code_coverage: false
2523
php_code_sniffer:
@@ -29,7 +27,7 @@ tools:
2927
paths: ['src']
3028
php_loc:
3129
enabled: true
32-
excluded_dirs: [vendor, tests]
30+
excluded_dirs: ['vendor', 'example']
3331
php_cpd:
3432
enabled: true
35-
excluded_dirs: [vendor, tests]
33+
excluded_dirs: ['vendor', 'example']

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
language: php
2+
23
php:
34
- "7.1"
45
- "7.2"
6+
57
before_script:
68
- composer install
9+
10+
script: vendor/bin/phpunit --coverage-clover=coverage.clover
11+
712
after_script:
813
- php vendor/bin/php-coveralls -v
914
- wget https://scrutinizer-ci.com/ocular.phar
1015
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
11-
dist: trusty
16+

CHANGELOG-0.x.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Yif Swery
3+
Copyright (c) 2016-2018 Yif Swery
44

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

0 commit comments

Comments
 (0)