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:
parent
f2f7433dcf
commit
fe1355ef9e
11
.travis.yml
11
.travis.yml
@ -45,9 +45,18 @@ jobs:
|
|||||||
- composer test-formatting
|
- composer test-formatting
|
||||||
- composer test-dead-code
|
- composer test-dead-code
|
||||||
|
|
||||||
- stage: Test CommonMark (weak)
|
- stage: Test CommonMark
|
||||||
|
name: Weak
|
||||||
php: 7.3
|
php: 7.3
|
||||||
env: ALLOW_FAILURE
|
env: ALLOW_FAILURE
|
||||||
install: composer install --prefer-dist --no-interaction --no-progress
|
install: composer install --prefer-dist --no-interaction --no-progress
|
||||||
script:
|
script:
|
||||||
- composer test-commonmark-weak
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user