mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-15 01:03:12 +02:00
Commonmark stage should be allowed to fail in travis
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user