Added 'app/vendor/bin' to PATH in Travis tests

This commit is contained in:
Chris Kankiewicz
2020-08-13 21:13:26 -07:00
parent 80920b9cea
commit 6426e62530

View File

@@ -2,6 +2,9 @@ os: linux
dist: focal
language: php
env:
- PATH="app/vendor/bin:${PATH}"
php:
- 7.4
- nightly
@@ -29,9 +32,9 @@ install:
- npm ci
script:
- app/vendor/bin/php-cs-fixer fix --diff --dry-run
- app/vendor/bin/psalm --show-info=true
- app/vendor/bin/phpunit --coverage-text
- php-cs-fixer fix --diff --dry-run
- psalm --show-info=true
- phpunit --coverage-text
- npm run production --verbose
before_deploy: make artifacts