Skip to content

Commit 91899ad

Browse files
committed
Split CS and PHPStan steps in Travis build
1 parent 4791466 commit 91899ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
script:
3636
- composer require --dev phpstan/phpstan symfony/expression-language --no-interaction --prefer-dist --prefer-stable
3737
- vendor/bin/phpstan analyse src --level 7
38-
- vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
38+
env: PHPSTAN=true
39+
- script: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
40+
env: CS-FIXER=true
3941
- stage: coverage
4042
php: 7.1
4143
script:

0 commit comments

Comments
 (0)