1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Test strict and weak in Travis

This commit is contained in:
Aidan Woods 2019-01-28 20:41:56 +00:00
parent f2f7433dcf
commit fe1355ef9e
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -45,9 +45,18 @@ jobs:
- composer test-formatting
- composer test-dead-code
- stage: Test CommonMark (weak)
- stage: Test CommonMark
name: Weak
php: 7.3
env: ALLOW_FAILURE
install: composer install --prefer-dist --no-interaction --no-progress
script:
- composer test-commonmark-weak
- stage: Test CommonMark
name: Strict
php: 7.3
env: ALLOW_FAILURE
install: composer install --prefer-dist --no-interaction --no-progress
script:
- composer test-commonmark