Commit 3003c86 1 parent a3a4ee9 commit 3003c86 Copy full SHA for 3003c86
File tree 2 files changed +8
-18
lines changed
2 files changed +8
-18
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
- - php : 7.2
29
- name : Lowest version of dependencies
30
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
- - php : nightly
32
- name : PHP 8.0
33
- env : COMPOSER_FLAGS="--ignore-platform-reqs"
34
-
35
- before_install :
36
- - if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
25
+ - name : " PHP: 8.0"
26
+ php : nightly
27
+
28
+ - name : " Lowest version of dependencies"
29
+ php : 7.2
30
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="./vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
37
31
38
32
install :
39
33
- composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
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