mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 16:20:03 +02:00
Added 'app/vendor/bin' to PATH in Travis tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user