Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52d9046

Browse filesBrowse files
committed
Merge branch 'hotfix-0.2.2' into stable
2 parents eb41c91 + 5d2ee06 commit 52d9046
Copy full SHA for 52d9046

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed

‎.scrutinizer.yml

Copy file name to clipboardExpand all lines: .scrutinizer.yml
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ checks:
22
php:
33
code_rating: true
44
duplication: true
5+
6+
build:
7+
tests:
8+
override:
9+
-
10+
command: 'vendor/bin/phpunit'

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ before_script:
99
- travis_retry composer self-update
1010
- travis_retry composer install --no-interaction --prefer-source --dev
1111

12-
script: vendor/bin/phpunit --coverage-clover=coverage.xml
12+
script: vendor/bin/phpunit

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.