From f997752acf047c21a76177f2d5cd7285203794dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 25 Oct 2020 14:48:16 +0200 Subject: [PATCH] Adjust path --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index db26fb870..d923a24d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ jobs: install: - composer require --dev friendsofphp/php-cs-fixer:2.16 script: + - PATH=vendor/bin:$PATH - php-cs-fixer fix --verbose --diff --dry-run --ansi services: