mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
No need for test lowest dependencies anymore
This commit is contained in:
parent
48340dcad0
commit
3067163e45
10
.travis.yml
10
.travis.yml
@ -6,21 +6,13 @@ php:
|
|||||||
- 7.4snapshot
|
- 7.4snapshot
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
|
||||||
- dependencies=lowest
|
|
||||||
- dependencies=highest
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: master
|
- php: master
|
||||||
env: dependencies=lowest
|
|
||||||
- php: master
|
|
||||||
env: dependencies=highest
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;
|
- composer update --no-interaction
|
||||||
- if [ "$dependencies" = "highest" ]; then composer update --no-interaction; fi;
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phing
|
- vendor/bin/phing
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"phpstan/phpstan": "^0.12",
|
"phpstan/phpstan": "^0.12",
|
||||||
"phpunit/phpunit": "^6.3",
|
"phpunit/phpunit": "^6.3",
|
||||||
"slevomat/coding-standard": "^4.7.2",
|
"slevomat/coding-standard": "^4.7.2",
|
||||||
"symfony/process": "^3.4 || ^4.0",
|
"symfony/process": "^4.0",
|
||||||
"phpstan/extension-installer": "^1.0",
|
"phpstan/extension-installer": "^1.0",
|
||||||
"phpstan/phpstan-strict-rules": "^0.12"
|
"phpstan/phpstan-strict-rules": "^0.12"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user