From 78374f55b27e2a85c6847525f4020ed363a8a2e9 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 20 Feb 2020 16:01:39 -0700 Subject: [PATCH] Merged CS, static analysis and unit tests all into the 'script' section --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcf27ab..8f063c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ cache: install: composer install -before_script: +script: - app/vendor/bin/php-cs-fixer fix --diff --dry-run - app/vendor/bin/psalm - -script: app/vendor/bin/phpunit --coverage-text + - app/vendor/bin/phpunit --coverage-text