Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commitf10d3c2

Browse files
michalbundyraweierophinney
authored andcommitted
Updated to php-coveralls/php-coveralls
With version 2 package has been renamed from "satooshi/php-coveralls"to "php-coveralls/php-coveralls", and the script has been renamedfrom "coveralls" to "php-coveralls"
1 parent50b84c9 commitf10d3c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
env:
1010
global:
1111
-COMPOSER_ARGS="--no-interaction"
12-
-COVERAGE_DEPS="satooshi/php-coveralls"
12+
-COVERAGE_DEPS="php-coveralls/php-coveralls"
1313

1414
matrix:
1515
include:
@@ -71,7 +71,7 @@ script:
7171
-if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
7272

7373
after_script:
74-
-if [[ $TEST_COVERAGE == 'true' ]]; thencomposer upload-coverage ; fi
74+
-if [[ $TEST_COVERAGE == 'true' ]]; thenvendor/bin/php-coveralls -v ; fi
7575

7676
notifications:
7777
email:false

‎composer.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"cs-check":"phpcs",
6363
"cs-fix":"phpcbf",
6464
"test":"phpunit --colors=always",
65-
"test-coverage":"phpunit --colors=always --coverage-clover clover.xml",
66-
"upload-coverage":"coveralls -v"
65+
"test-coverage":"phpunit --colors=always --coverage-clover clover.xml"
6766
}
6867
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp