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

Rephrasing

This commit is contained in:
Aidan Woods
2018-12-05 10:24:47 +01:00
parent 49829c2019
commit 6d03fa0d3a

View File

@@ -4,7 +4,7 @@ dist: trusty
sudo: false sudo: false
stages: stages:
- Code Style and Static Analysis - Code Format and Static Analysis
- test - test
- Test CommonMark (weak) - Test CommonMark (weak)
@@ -24,7 +24,7 @@ matrix:
- php: 7.3 - php: 7.3
install: install:
# remove everything to prevent composer trying to resolve these, see: https://github.com/composer/composer/issues/6011 # remove packages with PHP requirements higher than 7.0 to prevent composer trying to resolve these, see: https://github.com/composer/composer/issues/6011
- composer remove friendsofphp/php-cs-fixer --dev --no-update --no-interaction - composer remove friendsofphp/php-cs-fixer --dev --no-update --no-interaction
- composer install --prefer-dist --no-interaction --no-progress - composer install --prefer-dist --no-interaction --no-progress
@@ -36,7 +36,7 @@ cache:
jobs: jobs:
include: include:
- stage: Code Style and Static Analysis - stage: Code Format and Static Analysis
php: 7.2 php: 7.2
install: composer install --prefer-dist --no-interaction --no-progress install: composer install --prefer-dist --no-interaction --no-progress
script: script: