diff --git a/.travis.yml b/.travis.yml index 8a92f0c..57ce447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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