mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Remove 'matrix' key
This commit is contained in:
parent
dbb929fff7
commit
bc018e1d00
@ -8,16 +8,15 @@ stages:
|
|||||||
- Units
|
- Units
|
||||||
- Test CommonMark (weak)
|
- Test CommonMark (weak)
|
||||||
|
|
||||||
matrix:
|
|
||||||
fast_finish: true
|
|
||||||
allow_failures:
|
|
||||||
- env: ALLOW_FAILURE
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- env: ALLOW_FAILURE
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- stage: Code Format and Static Analysis
|
- stage: Code Format and Static Analysis
|
||||||
php: 7.4
|
php: 7.4
|
||||||
|
Loading…
Reference in New Issue
Block a user