diff --git a/.travis.yml b/.travis.yml index e7caa97..7a38f95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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