mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-09 22:31:15 +02:00
Test strict and weak in Travis
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user