1
0
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:
Aidan Woods 2018-12-05 10:32:28 +01:00
parent 6d03fa0d3a
commit db04e1575f
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -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