From db04e1575f516a0e672cc96e7a57c3cc43362d41 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 5 Dec 2018 10:32:28 +0100 Subject: [PATCH] Commonmark stage should be allowed to fail in travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42f714f..60ba654 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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