Don't override PATH in CI

This commit is contained in:
Chris Kankiewicz
2020-12-28 14:41:23 -07:00
parent 6c259b8899
commit 406d2019c1

View File

@@ -3,7 +3,7 @@ dist: bionic
language: php
env:
- PATH="app/vendor/bin:${PATH}" PHP_CS_FIXER_IGNORE_ENV="true"
- PHP_CS_FIXER_IGNORE_ENV="true"
php:
- 7.2
@@ -37,9 +37,9 @@ install:
script:
- npm run production --verbose
- php-cs-fixer fix --diff --dry-run
- psalm --show-info=true
- phpunit --coverage-text
- app/vendor/bin/php-cs-fixer fix --diff --dry-run
- app/vendor/bin/psalm --show-info=true
- app/vendor/bin/phpunit --coverage-text
before_deploy: make artifacts