mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Commonmark stage should be allowed to fail in travis
This commit is contained in:
parent
6d03fa0d3a
commit
db04e1575f
@ -22,6 +22,7 @@ matrix:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: 7.3
|
||||
- env: ALLOW_FAILURE
|
||||
|
||||
install:
|
||||
# remove packages with PHP requirements higher than 7.0 to prevent composer trying to resolve these, see: https://github.com/composer/composer/issues/6011
|
||||
@ -45,8 +46,7 @@ jobs:
|
||||
|
||||
- stage: Test CommonMark (weak)
|
||||
php: 7.2
|
||||
env: ALLOW_FAILURE
|
||||
install: composer install --prefer-dist --no-interaction --no-progress
|
||||
script:
|
||||
- composer test-commonmark-weak || true
|
||||
allow_failures:
|
||||
- php: 7.2
|
||||
- composer test-commonmark-weak
|
||||
|
Loading…
Reference in New Issue
Block a user