Commit 1a53d8e 1 parent 40c6651 commit 1a53d8e Copy full SHA for 1a53d8e
File tree 2 files changed +3
-13
lines changed
2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 13
13
14
14
env :
15
15
global :
16
- - TEST_COMMAND="composer test "
16
+ - TEST_COMMAND="./vendor/bin/phpunit "
17
17
18
18
branches :
19
19
except :
20
20
- /^patch-.*$/
21
21
22
22
matrix :
23
23
fast_finish : true
24
- allow_failures :
25
- - php : nightly
26
- env : COMPOSER_FLAGS="--ignore-platform-reqs"
27
24
include :
28
25
- php : 7.2
29
26
name : Lowest version of dependencies
30
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci "
27
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="./vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml "
31
28
- php : nightly
32
29
name : PHP 8.0
33
30
34
- before_install :
35
- - if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
36
-
37
31
install :
38
32
- composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
39
33
Original file line number Diff line number Diff line change 3
3
"description" : " A fast PHP7 implementation of PSR-7" ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [" psr-7" , " psr-17" ],
6
- "homepage" : " http ://tnyholm.se" ,
6
+ "homepage" : " https ://tnyholm.se" ,
7
7
"authors" : [
8
8
{
9
9
"name" : " Tobias Nyholm" ,
40
40
"Tests\\ Nyholm\\ Psr7\\ " : " tests/"
41
41
}
42
42
},
43
- "scripts" : {
44
- "test" : " vendor/bin/phpunit" ,
45
- "test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
46
- },
47
43
"extra" : {
48
44
"branch-alias" : {
49
45
"dev-master" : " 1.0-dev"
You can’t perform that action at this time.
0 commit comments